R Ram Sharma • 193.88K Points Coach Bookmark Embed Report View In MB-Short Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x < y ? x : y); (A) 10 (B) 20 (C) 0 (D) Error Correct Answer - Option(A) Views: 71 Filed under category C++ Share
Discusssion
Login to discuss.