πŸ“Š C++
Q. Which of the following will access the fifth element stored in an array?
  • (A) arr[5];
  • (B) arr[4];
  • (C) [5]arr; Answer
  • (D) arr(5);
πŸ’¬ Discuss
βœ… Correct Answer: (B) arr[4];

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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