A
Q. What will be the output of the following program?
Code:
#include iostream.h void main() { float x=5,y=2; int result; result=x % y; cout result; }
- Correct Answer - Option(D)
- Views: 15
- Filed under category C++
- Hashtags:
Discusssion
Login to discuss.