Computer Science, asked by utlarajendrachary12, 3 months ago

What is a Data type? Explain Data types in C​

Answers

Answered by kbbarathraj
3

Answer: C data types 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.

Explanation:

There are four data types in C language. They are,

       Types                                         Data Types            

Basic data types                 int, char, float, double

Enumeration data type          enum

Derived data type                  pointer, array, structure, union

Void data type                  void

Answered by nia0104
3

Answer:

what do u mean by 'data types in C'?

Similar questions