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

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

ANSWER DOWNLOAD EXAMIANS APP

C Programming
C preprocessor

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

ANSWER DOWNLOAD EXAMIANS APP