✏️ Explanatory Question

What is data type in C?

👁 1,027 Views
📘 Detailed Answer
1,027
Total Views
6
Related Qs
0%
Progress
💡

Answer with Explanation

  • Data types in C language are defined as the data storage format that a variable can store a data to perform a specific operation.
  • Data types are used to define a variable before to use in a program.
  • Size of variable, constant and array are determined by data types.