

MCQOPTIONS
Saved Bookmarks
1. |
Which is true for number, if number is defined as int *number[15]; ? |
A. | Error |
B. | The definition only allocates 15 pointers and does not initialize them & Initialization must be done explicitly |
C. | Initialization must be done explicitly |
D. | The definition only allocates 15 pointers and does not initialize them |
E. | None of these |
Answer» C. Initialization must be done explicitly | |