The Datatypes in C Language are broadly classified into 4 categories. They are as follows:
Basic Datatypes
Derived Datatypes
Enumerated Datatypes
Void Datatypes
Vishalini.R Answered question June 26, 2023
Character, integer, floating-point, and double. Union, structure, array, and so forth. In C programming, the basic data types are also known as the primary data types.
Vishalini.R Answered question June 26, 2023
