Computer Science, asked by dhawalehritik123, 5 months ago

Find the output
void main()
{
int *q,**p,X-4;
q=&x;
p=&q;
(**p)++;
++*p;
printf("%d",**p);
}​

Answers

Answered by razanishar7864u0
0

Answer:

wrong question. upload correct question

Similar questions