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

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

ANSWER DOWNLOAD EXAMIANS APP