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);}
β
Correct Answer: (C)
10 10 10
You must be Logged in to update hint/solution
Discussion
Question Analytics
146
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
86%
Success Rate