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