Ask Question

What is a data type?

+3
Answers (1)
  1. 19 April, 19:27
    0
    Data type is an attribute of the data in the computer science. It basically guide the compiler and interpreter about the data utilization in the program. Data type basically define the operation, which can be done on given data.

    There are different types of data types are as follow:

    Integer data type: This type if data type basically represent the integer type of data value from largest to smallest order.

    For example: int p = 10;

    Real data type: This type of data type is used to represent the real type of number from largest to smallest range.

    For example: float b = 17.6;
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What is a data type? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers