A
Q. What is the output of the following C++ code?
int a = 7;
cout << a >> 1;
- Correct Answer - Option(B)
- Views: 20
- Filed under category C++
- Hashtags:
Discusssion
Login to discuss.