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

Error
None of these.
Will make an infinite loop.
Some address will be printed.

ANSWER DOWNLOAD EXAMIANS APP