0
1.2kviews
Find output of the following statement

int x=20, y, ip; ip=& x; y=(ip)++; printf(“%d \n”, y); printf(“%d \n”, ip); y=++0(ip) printf(“%d \n”, y); printf(“%d \n”, ip);

Mumbai university > FE > SEM 2 > Structured Programming Approach

Marks: 4M

Year: May 2015

1 Answer
0
4views

21

20

21

Address of x  

Please log in to add an answer.