A

Admin • 833K Points
Coach

Q. Difference between C Arrays, ary[10] and cry[10][10] is.

  • (A) ary[10] is a single dimensional array. cry[10][10] is a Multidimensional array.
  • (B) ary[10] is a multidimensional array. cry[10][10] is a single dimensional array.
  • (C) Size of ary[10] is sizeof(10* int). Size of cry[10][10] is sizeof(10*int).
  • (D) None of the above.
  • Correct Answer - Option(A)
  • Views: 21
  • 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.