Which of the following is NOT a type of data?
Answers
Answered by
2
Arr is not a data type.
Explanation:
- Usually, a data type is an ‘attribute’ where it tells the compiler to use the data. Most of the ‘primary data types’ in all programming languages are integer, Boolean, character, string and float.
- The type ‘int’ represents the collection of 32-bit integers ranges from -2147483648 to 2147483647.
- The operations performed on integers are addition, division, subtraction, and multiplication. A Boolean represents true and false. Character and strings represent sequence of characters.
Learn more about data type
What is data type? And the various data types in access
https://brainly.in/question/5756982
What are data type? how are they important
https://brainly.in/question/6819712
Similar questions