int a = 16, b= 7, c = 10;
int d = a % b + ( a * c + c* b);
cout<< d;
of C++
Write output for the following:-
Answers
Answered by
0
232 is the output for this expression
Similar questions