Computer Science, asked by prajwal7440, 2 months ago


Explain different data types available in c.​

Answers

Answered by Anonymous
1

Answer:

These are fundamental data types in C namely integer( int ), floating point( float ), character( char ) and void .

...

Size and range of Integer type on 16-bit machine:

Similar questions