Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336 A short integer is at least 16 bits wide and a long integer is at least 32 bits wide. ?->(Show Answer!)
1. A short integer is at least 16 bits wide and a long integer is at least 32 bits wide.
Ask Your Doubts Here
Comments
By: guest on 01 Jun 2017 06.01 pm
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).
The size of short int is 2 bytes wide(16 bits).
The size of long int is 4 bytes wide(32 bits).