1 point
Q18 Which of the following field
types can represent upto 5 digit
numbers? *
O Integer(INT)
O Real
O Small Integer (SMALLINT)
O Float
Answers
Answered by
2
Answer:
small Integer (SMALLINT)
i hope this is a write answer ☺️☺️
Answered by
0
The correct option is Integer (INT)
Explanation:
- Data types that reside in programming languages are the classification of values entered into the input of a program on the basis of the various type of values acknowledged for the variable in that language. Data types assist the compiler regarding the type of data and the type of output the user or the programmer expects out of a particular program or data.
- One of the data types is the integer data type which has the capability of having whole numbers in their storage with digits of precision ranging till 9 or 10 unlike the other data types like float or small integer.
Thus, The correct option is Integer (INT)
Learn more data types
https://brainly.in/question/15404760
Learn more
https://brainly.in/question/39907142
Similar questions