A Admin • 833K Points Coach Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x / y); (A) 0 (B) 0.5 (C) 2 (D) Error Correct Answer - Option(A) Views: 26 Filed under category C++ Hashtags: Share Manage Tags
Discusssion
Login to discuss.