Home » C Programming » Pointers » Question
  1. Is the below declaration legal?
    int* ((*N)())[12];
    1. Undefined behaviour
    2. True
    3. False
    4. Depends on the standard
    5. None of these
Correct Option: C

False



Your comments will be displayed only after manual approval.