the type of value a variable has and what type of mathematical, relational or logical operations can be applied without causing an error.
Riya Answered question July 7, 2023
A data type is a classification that determines the type of values that can be stored and manipulated in a programming language or database. It defines the characteristics and operations that can be performed on the data, such as numbers, text, dates, and more. Data types are important for memory allocation, data validation, and performing appropriate operations on the data.
Riya Answered question July 7, 2023
A data type is an attribute associated with a piece of data that tells a computer system how to interpret its value
BrindhaPrathaban Answered question June 26, 2023
