top of page

Frequently Asked C Language Interview Question & Answers

If the size of int data type is two bytes, what is the range of signed int data type?

The range of signed int data type if from -32768 to 32767.

Close
bottom of page