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

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

ANSWER DOWNLOAD EXAMIANS APP

C Programming
Use of functions

Helps to avoid repeating a set of statements many times.
Helps to avoid repeated programming across programs.
Makes the debugging task easier.
Enhances the logical clarity of the program.
All of these

ANSWER DOWNLOAD EXAMIANS APP