What are the different data types in C?
4 years ago
C Programming
The basic data types are int, char, and float. Int is used to declare variables that will be storing integer values. Float is used to store real numbers. Char can store individual character values.
Sanisha Maharjan
Jan 20, 2022