πŸ“Š C Programming
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
πŸ’¬ Discuss
βœ… Correct Answer: (B) For every type T except void and function type, there can be an array of T.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
161
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
88%
Success Rate