C Programming
Use of functions

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

ANSWER DOWNLOAD EXAMIANS APP

C Programming
C preprocessor

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

ANSWER DOWNLOAD EXAMIANS APP

C Programming
What is the difference between a declaration and a definition of a variable?

There is no difference between them.
A definition occurs once, but a declaration may occur many times.
Both can occur multiple times, but a declaration must occur first.
A declaration occurs once, but a definition may occur many times.
Both can occur multiple times, but a definition must occur first.

ANSWER DOWNLOAD EXAMIANS APP