1.

What will be output of following program ?_x005F_x000D_ #includeint main()_x005F_x000D_ {_x005F_x000D_ int a = 10;void *p = &a;int *ptr = p;printf("%u",*ptr);return 0;_x005F_x000D_ }

A. 10
B. Address
C. 2
D. Compilation error
Answer» B. Address


Discussion

No Comment Found

Related MCQs