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