-
Which is true for number, if number is defined as “int *number[15];”?
-
- Error
- The definition only allocates 15 pointers and does not initialize them & Initialization must be done explicitly
- Initialization must be done explicitly
- The definition only allocates 15 pointers and does not initialize them
- None of these
Correct Option: B
The definition only allocates 15 pointers and does not initialize them & Initialization must be done explicitly