FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

C Programming Multiple Choice Questions and Answers

79. Increment & decrement operators can be used with
all primitive data types
 
80. A function _______ has a return type associated with it.
always
 
81. By default, integer numbers are stored as _______ numbers.
signed
 
 
82. I/O of enumerated data type _______ be performed in C.
cannot
 
83. If blocks are nested, and we want to transfer the control from the inner most block to a statement outside the nesting of blocks, the _______ statement can be used to accomplish this task.
goto
 
84. If an integer array is partially initialized, the remaining elements are initialized to value _______
zero