Data types in C Programming
![]() |
Data types in C Programming |
Data types are a set of values and are determined to act on those values. Some of them are an integer, character, real numbers, etc. C language specifies the range values for the given data type.
- Integers - short, int, long int
- Real Numbers - float, double, long double
- Characters - char
0 Comments