give output for the following code snippet:if int m=8,r=11,k=7; int p=m+(--r+k)+3*(m++)*m; system,out, print ln ("P="+p); system,out, print ln ("m"+m);
Answers
Answered by
0
Answer:
p=8+20*8*9
The value of p will be 1448
Similar questions