What is output by the following code? int i = 4; int j = 3; if (i = j) { std::cout << i << " " «j« std::endl; } else { s
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is output by the following code? int i = 4; int j = 3; if (i = j) { std::cout << i << " " «j« std::endl; } else { s
What is output by the following code? int i = 4; int j = 3; if (i = j) { std::cout << i << " " «j« std::endl; } else { std::cout <<j« " " «i << std::endl; } Select one: O 44 O 43 O 33 O 34
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!