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

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

ANSWER DOWNLOAD EXAMIANS APP

C Programming
C preprocessor

Takes care of include files
Takes care of conditional compilation
Takes care of macros
Acts before compilation
All of these

ANSWER DOWNLOAD EXAMIANS APP