Computer Science, asked by AdrijaMukherjee5638, 11 months ago

What are the basic data types available in c

Answers

Answered by heroboy53
9

Answer:

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 xSANWIx
12

Explanation:

primary data types is the answer

Similar questions