what is the type of unknown type int integer type =9; double double type =9.9; auto unknown type=integer type+double type;
Answers
Answered by
0
Answer:
I don't know aaaaaaaaaaaaawwwwww
Answered by
0
Answer:
The INTEGER data type stores whole numbers that range from -2,147,483,647 to 2,147,483,647 for 9 or 10 digits of precision. The number 2,147,483,648 is a reserved value and cannot be used. The INTEGER value is stored as a signed binary integer and is typically used to store counts, quantities, and so on.
Similar questions