Computer Science, asked by Lalit446, 1 year ago

explain the different types of data types used in C language​

Answers

Answered by as514113
9

The three data types in C are

Integers

Floating Points (Decimals)

and Characters

the size of each depends on the compiler


Lalit446: Can you explain them?
as514113: yes, int types are for both + and - numbers but can't have point
as514113: float can also be + or - but can have point
as514113: char can store a single character
as514113: eg. int - (1, -23,etc.) ,float - (12.65 ,-34.567), char - (a ,h)
Lalit446: Thank you
Answered by sheetal1144
9

different types of data•♪•••

a) numeric data

b) alphanumeric data

c) binary data.

d) other variables type data.

I hope I help you so please mark as brainliest


as514113: sorry but these are not considered as data types
Similar questions