C Programming
Determine Output:void main(){ printf("%p", main);}

make an infinite loop
None of These
Error
Some address will be printed

ANSWER DOWNLOAD EXAMIANS APP

C Programming
Use of functions

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

ANSWER DOWNLOAD EXAMIANS APP