Computer Science, asked by yaswanthp009, 3 months ago

1) What is the 16-bit compiler allowable range for integer constants?​

Answers

Answered by illegalweapon88
2

Answer:

0 to 65535

Solution(By Examveda Team)

In a 16 Bit C compiler we have 2 bytes to store an integer, and 1 byte for a character. For unsigned integers the range is 0 to 65535. For signed integers the range is -32768 to 32767.

Similar questions