S Shiva Ram • 30.44K Points Instructor I 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); (A) 0 (B) 1 (C) 10 (D) 20 Correct Answer - Option(B) Views: 51 Filed under category C++ Share
Discusssion
Login to discuss.