P
Q. What will be the output of the following code?
int a = 5;
int b = 2;
cout << a / b;
- Correct Answer - Option(B)
- Views: 123
- Filed under category C++
Discusssion
Login to discuss.