A
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x < y ? x : y);
- Correct Answer - Option(A)
- Views: 24
- Filed under category C++
- Hashtags:
A
You must be Logged in to update hint/solution
Be the first to start discuss.
Discusssion
Login to discuss.