1.

What will happen after compiling and running following code? main() { printf("%p", main); }

A. Error
B. Will make an infinite loop.
C. Some address will be printed.
D. None of these.
Answer» D. None of these.


Discussion

No Comment Found