explain data types in c language
Answers
Answered by
1
Answer:
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
3
Answer:
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.
Explanation:
I hope it is helpful to you and please mark me brainliest
Similar questions