Give the output
int x=5,y=2,z;
z=x%y
Answers
Answered by
1
Explanation:
int x=5,y=2,z=?
z=x%y
Z= 5/2 =2.5
Similar questions