What is output by the following code? int a[] = { 1, 2, 3, 4, 5, 6 }; std::cout << (a+1)[3] << std::endl; Select one: 5
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is output by the following code? int a[] = { 1, 2, 3, 4, 5, 6 }; std::cout << (a+1)[3] << std::endl; Select one: 5
What is output by the following code? int a[] = { 1, 2, 3, 4, 5, 6 }; std::cout << (a+1)[3] << std::endl; Select one: 5 4 O 6 O 3
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!