Home » C Programming » Pointers » Question
  1. Which is true for number, if number is defined as “int *number[15];”?
    1. Error
    2. The definition only allocates 15 pointers and does not initialize them & Initialization must be done explicitly
    3. Initialization must be done explicitly
    4. The definition only allocates 15 pointers and does not initialize them
    5. None of these
Correct Option: B

The definition only allocates 15 pointers and does not initialize them & Initialization must be done explicitly



Your comments will be displayed only after manual approval.