A

Admin • 833K Points
Coach

Q. Choose a correct statement about a Multidimensional array and pointer.

  • (A) int *ptr[N] is an array of N integer pointers. Size is N * sizeof(1*int).
  • (B) int (*ptr)[N] is a pointer to an array of N elements. Size of ptr is size of 1 integer.
  • (C) An multidimensional array or a single dimensional array can contain pointer elements.
  • (D) All of the above
  • Correct Answer - Option(D)
  • Views: 31
  • Filed under category C Programming
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.