Computer Science, asked by stutyraghuwansh582, 6 months ago

Why do primitive types have ranges of values? what determines the range of the data type?

Answers

Answered by Enlightenedboy
1

In computer science, primitive data type is either of the following:

a basic type is a data type provided by a programming language as a basic building block. Most languages allow more complicated composite types to be recursively constructed starting from basic types.

a built-in type is a data type for which the programming language provides built-in support.

In most programming languages, all basic data types are built-in. In addition, many languages also provide a set of composite data types

Similar questions