Computer Science, asked by rajaramkanojia4, 1 day ago

Explain what is meant by a data type.​

Answers

Answered by madihamushtaq940
0

a data type is a classification of data which tells the compiler or interpreter how to programmer intends to use the data. most programming languages supports various types of data,including integer,real,character of string,and boolean.

Explanation:

brainlist

Answered by rroopa565
0

Answer:

Data type defines the classification of data that specifies which type of the value is variable having and to check what type operations can be applied without causing error

Explanation:

Data types are used to identify the data a memory location can hold and perform the related operations.

Most of the programming languages include or support the various types of data which includes real, integer, string or character and boolean.

  • Real: It is used for the numbers that contains decimal points.
  • Integer: It is used for the whole numbers.
  • String: It is used for the combination of any characters.
  • Boolean: It is used for the data where restricted for the TRUE/FALSE.

Similar questions