Home » C Programming » Pointers » Question
  1. What is the advantage of a multidimensional array over pointer array?
    1. Input can be taken from user
    2. Faster Access
    3. Predefined size
    4. All of above
    5. None of these
Correct Option: D

The advantage of a multidimensional array over pointer array are Input can be taken from user, Faster Access and Predefined size.



Your comments will be displayed only after manual approval.