Computer Science, asked by awanh442, 7 months ago

What is the output of the following expressions?
a. cout<<(1+8/2+((1*4)+(5*4))/4);
b. cout<<(5*5+5/5+6);
c. cout<<((3*6*7*2)+12/2);
d. cout<<(8*4*2+6)/2+4;
e. cout<<5-3*4%(6-1);

Answers

Answered by AnindaBasu
3

Answer:

a. 8

b. 32

c. 258

d. 39

e. 3

Answered by gracegencontract1
0

Answer:

none of above

Explanation:

Similar questions