Explain the different data types used In C Language?
Answers
Answered by
6
Explanation:
These are fundamental data types in C namely integer( int ), floating point( float ), character( char ) and void . Derived data types: Derived data types are nothing but primary datatypes but a little twisted or grouped together like array, stucture, union and pointer. These are discussed in details later.
Answered by
7
Answer:
Data Types in C with Examples
There are 4 Data types in C:
Basic
Derived
Void
Enumeration
Most of the time, for small programs, we use the basic fundamental data types in C – int, char, float, and double.
.. hope this helps you ..
Similar questions
Math,
1 month ago
Business Studies,
1 month ago
Hindi,
3 months ago
Math,
3 months ago
Geography,
9 months ago