Home » Blog » Is that possible to store 32768 in an int data type variable?

Is that possible to store 32768 in an int data type variable?

Int data type only capable of storing values between – 32768 to 32767. To store 32768 a modifier needs to use with the int data type. Long Int can use and also if there are no negative values unsigned int is also possible to use.

Leave a Reply

Your email address will not be published.