Computer Science, asked by dsentdil, 10 months ago

int p = 5, q = 6, r = 2;
1) p++ - ++q / 4 - ++r / q++

Answers

Answered by chaudhary4044
0

Answer:

p=5.

q=6

r=2.

p++q/4++5=9....

I hope it helps you

Similar questions