Computer Science, asked by js743717, 4 months ago

what are data types in computer on points

Answers

Answered by XxItzqueenxX00
3

Answer:

Most programming languages support basic data types of integer numbers (of varying sizes), floating-point numbers (which approximate real numbers), characters and Booleans. A data type constrains the values that an expression, such as a variable or a function, might take.

Answered by Anonymous
4

\color{blue}\huge\star\mathfrak{Answer:}

1. 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.

2. A data type provides a set of values from which an expression (i.e. variable, function, etc.) may take its values.

Similar questions