Computer Science, asked by nadiira65, 1 year ago

What are various datatypes used in C ?

Answers

Answered by Anonymous
0

Here is your answer ⤵⤵⤵

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.

HOPE IT HELPS YOU !!!

Similar questions