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.

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

ANSWER DOWNLOAD EXAMIANS APP

C Programming
What is function?

Function is a block of statements that perform some specific task.
All of these
Function is a block of code that performs a specific task. It has a name and it is reusable.
Function is the fundamental modular unit. A function is usually designed to perform a specific task.

ANSWER DOWNLOAD EXAMIANS APP