write about data type
Answers
Explanation:
In computer science and computer programming, a data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data. ... A data type provides a set of values from which an expression (i.e. variable, function, etc.) may take its values
hope it's helpful to you
give thanks to my answer nd follow me pliss...✌️✌️✌️✌️✌️✌️✌️
Answer:
In computer science and computer programming, a data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data. ... A data type provides a set of values from which an expression (i.e. variable, function, etc.) may take its values.
Explanation:
A data type is a type of data. ... Some common data types include integers, floating point numbers, characters, strings, and arrays. They may also be more specific types, such as dates, timestamps, boolean values, and varchar (variable character) formats.
Most modern computer languages recognize five basic categories of data types: Integral, Floating Point, Character, Character String, and composite types, with various specific subtypes defined within each broad category.
Common examples of data types
#Boolean (e.g., True or False)
#Character (e.g., a)
#Date (e.g., 03/01/2016)
#Double (e.g., 1.79769313486232E308)
#Floating-point number (e.g., 1.234)
#Integer (e.g., 1234)
#Long (e.g., 123456789)
#Short (e.g., 0)