0

What is value of each expression?

Given the following Declaration m=50,n=50 int *p1=&m,*p2=&n; what is the value of each following expression? i.(*p1)++ ii.- -(*p2) iii.*p1+(*p2)-- iv.++(*p1) - *p1

9th Oct 2018, 2:17 PM
Vivek Bhavsar
Vivek Bhavsar - avatar
1 Réponse
+ 2
You should write it as a program and find out.
10th Oct 2018, 4:27 AM
John Wells
John Wells - avatar