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

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

ANSWER DOWNLOAD EXAMIANS APP

C Programming
What is function?

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

ANSWER DOWNLOAD EXAMIANS APP