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