Computer Science, asked by snehadas42004, 3 months ago

Explain the different data types used In C Language?​

Answers

Answered by rajendradahate151
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 gopalagarwal9770
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