M

Mr. Dubey • 100.69K Points
Coach

Q. What will be the output of the following code? Void main(){int a=10;int *b=&a;int **c=&b;printf("%d %d %d",a,*b,**c);}

  • (A) 10 10 garbage
  • (B) 10 garbage garbage
  • (C) 10 10 10
  • (D) syntax error
Share

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics