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

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

ANSWER DOWNLOAD EXAMIANS APP