C Programming
For 16-bit compiler allowable range for integer constants is ________?

-32768 to 32767
-32668 to 32667
-3.4e38 to 3.4e38
-32767 to 32768

ANSWER DOWNLOAD EXAMIANS APP

C Programming
Use of functions

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

ANSWER DOWNLOAD EXAMIANS APP