Computer Science, asked by rajonnabose2008, 6 months ago

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 peeyush321kumar
0

232 is the output for this expression

Similar questions