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