By default the length of the Integer data type is
10
15
20
25
Answers
Answered by
0
Answer:
int: By default, the int data type is a 32-bit signed two's complement integer, which has a minimum value of -231 and a maximum value of 231-1.
Answered by
1
By default the length of the Integer data type is 4-Byte.
About length of the Integer data type :
- The variables which must take an integer value are known as integer variables.
- Integer variables are divided into binary variables. In-state variables, only the integers 0 and 1 are allowed. They're essentially integer variables with one as the optimal value.
- Data that is in the form of an integer A numeric data type variable can hold numeric values. The keyword "int" denotes a numeric data type. The integer data type may store two, four, or eight bytes of data.
Similar questions