Which data type is most suitable for storing a number 65000 in a 32-bit system?
(a) signed short
(b) unsigned short
(c) long
(d) int
The question was asked by my college director while I was bunking the class.
Question is from Data Types and Sizes in section Data Types, Operators and Expressions in C of C