C programming includes various data types that can be used to manipulate and store different kinds of information.
There are two types of data types present in C those are
Another important data type in C programming is the array, which allows for the storage of multiple elements of
the same data type in a sequential manner. Sturcutes and Unions also comes under devived data types. Examples
structures and unions
Enum is one example of user defined data types