P
Q. What will be the output of the following code?
int x = 5;
cout << (x << 1);
- Correct Answer - Option(A)
- Views: 59
- Filed under category C++
Discusssion
Login to discuss.