Find the output
void main()
{
int *q,**p,X-4;
q=&x;
p=&q;
(**p)++;
++*p;
printf("%d",**p);
}
Answers
Answered by
0
Answer:
wrong question. upload correct question
Similar questions