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
Biology,
3 months ago
Math,
3 months ago
Math,
3 months ago
Chemistry,
6 months ago
Social Sciences,
11 months ago