Computer Science, asked by banuvarshith58, 1 year ago

wat are data types?​

Answers

Answered by gaurav1417
0

a particular kind of data item, as defined by the values it can take, the programming language used, or the operations that can be performed on it.Python 3: the standard type hierarchy

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. Most programming languages support common data types of real, integer and boolean. A data type constrains the values that an expression, such as a variable or a function, might take. This data type defines the operations that can be done on the data, the meaning of the data, and the way values of that type can be stored. A type of value from which an expression may take its value.[1][2] Hope it will help you.

Answered by lenovoideapadanishka
0

Hey!!!!

There is your answer !!

Data types are the classification of the type of data to be entered for the proper execution of the program.

Hope it helps!!  ^_^

please mark me the brainliest!!!!!

^_^

Similar questions