FeedBack Form

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

C Programming Multiple Choice Questions and Answers

73. The elements of the array are stored in ____ memory locations.
contiguous
 
74. Address of operator '&' can be applied only to _______
variables
 
75. The _______ statement is used to branch out of the scope of switch and looping statements.
break
 
 
76. The unary operator ˜ can be used on a variable, of integeral data types, to its ________
one’s complement
 
77. To use string library function, header file _______ must be included in the program.
string
 
78. The sizeof operator returns the ______ required by its operands in terms of _______
memory space, bytes