0
1.4kviews
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  

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.