Home » C Programming » Arrays » Question
  1. Comment on the following C statement.
    int (*num)[12];
    1. A pointer “num” to an array
    2. A ragged array
    3. An array “num” of pointers
    4. All of above
    5. None of these
Correct Option: A

A pointer “num” to an array



Your comments will be displayed only after manual approval.