No, Integer datatype will support the range between -32768 and 32767. Any value exceeding that will not be stored. We can either use float or long int.
Vishalini.R Answered question June 26, 2023
The integer data type can store values ranging from 32768 to 32767. To store 32768, a modifier with int data type must be used, and therefore Long Int can be utilized. Unsigned int can also be used if there are no negative values. Create a basic code segment that determines whether a number is positive or negative.
Vishalini.R Answered question June 26, 2023
