Explain any two Data types in C.
Answers
Answered by
1
All data types are-
1)int
2)char
3) float
4) double
1)int
-It is used for taking the input as integer only.
2)char
-It takes input as characters,strings etc.
3)float
-It takes input in decimal values
4)double
-It is same as float but it's memory size for storing is much larger than float.
hope this helps.
please mark as brainliest answer
Similar questions