C Programming Multiple Choice Questions and Answers
79. |
Increment & decrement operators can be used with |
80. |
A function _______ has a return type associated with it. |
81. |
By default, integer numbers are stored as _______ numbers. |
82. |
I/O of enumerated data type _______ be performed in C. |
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. |
84. |
If an integer array is partially initialized, the remaining elements are initialized to value _______ |