C Programming
Choose the correct statement.I.   The scope of a macro definition need not be the entire program.II.  The scope of a macro definition extends from the point of definition to the end of the file.III. New line is a macro definition delimiter.IV.  A macro definition may go beyond a line.

I, II, III and IV
I, II and III
II and III
I and II
II, III and IV

ANSWER DOWNLOAD EXAMIANS APP

C Programming
Use of functions

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

ANSWER DOWNLOAD EXAMIANS APP