which of the following is not an example of data type? a)memo. b)auto number. c)Int. d)text
FOR GRADE 8 ANSWER
Answers
Answered by
2
Answer:
c) int
Explanation:
int (integer) is a data type
Answered by
0
The correct answer is option (c) Int.
Explanation:
- Int. is not an example of data type.
- In computer science and computer programming, a data type or simply type refers to an attribute of data which tells the compiler or interpreter how the programmer intends to use the data.
- Mostly, programming languages support basic data types of integer numbers, floating-point numbers, characters and Booleans.
- Hence, the correct answer is option c i.e Int.
Similar questions