int p,q,*r=6;
p=q=r++;
q++;
printf("%d %d",p,q);

What is the output of the above program??

Posted on by