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

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

ANSWER DOWNLOAD EXAMIANS APP

C Programming
Use of functions

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

ANSWER DOWNLOAD EXAMIANS APP