A

Admin • 833K Points
Coach

Q. Which of the following is true about arrays in C.

  • (A) For every type T, there can be an array of T.
  • (B) For every type T except void and function type, there can be an array of T.
  • (C) When an array is passed to a function, C compiler creates a copy of array.
  • (D) 2D arrays are stored in column major form
  • Correct Answer - Option(B)
  • Views: 19
  • 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.