-
What is the advantage of a multidimensional array over pointer array?
-
- Input can be taken from user
- Faster Access
- Predefined size
- All of above
- 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.