Sail E0 Webinar
Question

A short integer is at least 16 bits wide and a long integer is at least 32 bits wide.


Options:
A .  True
B .  False
Answer: Option A

The basic C compiler is 16 bit compiler, below are the size of it's data types 
The size of short int is 2 bytes wide(16 bits).
The size of long int is 4 bytes wide(32 bits).



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers