πŸ“Š C Programming
Q. What value does testarray[2][1][0] in the sample code contain?
Code:
int testarray[3][2][2] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12};
  • (A) 5
  • (B) 7
  • (C) 9
  • (D) 11
πŸ’¬ Discuss
βœ… Correct Answer: (D) 11

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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