Computer Science, asked by tanammenmarak, 4 months ago

name and describe the four basic data types in c​

Answers

Answered by a2zshreyas
0

Answer:

These are fundamental data types in C namely integer ( int ), floating point ( float ), character ( char) and void. Derived data types are nothing but primary datatypes but a little twisted or grouped together like array, structure, union and pointer.

Answered by sanjanarawat1401
4

Answer:

The C language provides the four basic arithmetic type specifiers char , int , float and double , and the modifiers signed , unsigned , short , and long. The following table lists the permissible combinations in specifying a large set of storage size - specific declarations.

Explanation:

I hope you understand now.

Similar questions