2.What will be the output of the code? int p = 11, q =21,b; b = - - p + - - q + p ++ + q++;
Please help me fast
fast please
Answers
Answered by
2
Answer:
- - p + - - q + p ++ + q++;
=10+20+10+20
=60
Answered by
1
Answer:
here is your answer
- - p + - - q + p ++ + q++;
10+20+10+20;
60
therefore,output will be 60
Similar questions