Computer Science, asked by crazysaran, 2 months ago

c programming flow charts for primary data types

Answers

Answered by JasleenMann
2

Data types in C Language

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

Answered by sahiljoshi07072004
0

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.

Similar questions