Q. What is a multidimensional array in C Language?

  • (A) It is like a matrix or table with rows and columns
  • (B) It is an array of arrays
  • (C) To access 3rd tow 2nd element use ary[2][1] as the index starts from 0 row or column
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
202
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
82%
Success Rate