FeedBack Form

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

C Programming Multiple Choice Questions and Answers

19. Symbol _______ is used for bit wise operation.
'∧'
 
20. The _______ statement terminates the current iteration.
continue
 
21. The scope of register variables is _______
local
 
 
22. Elements of two dimensional array are stored _______ wise.
row
 
23. All elements of a structure are stored in _______ memory locations.
contiguous
 
24. The sizeof operator returns the amount of memory required in terms of _______
bytes