Technology has advanced to the point where programming has become an essential part of our lives. We use software and applications for communication, entertainment, education, and work, and these are all built on programming languages.

Data types in C

Data types specifies the type of data that a variable can store. For example a variable can store either integer, float, string etc

Data types used in C are
int, float, double, char, array, pointer, enum etc

Variable with data type declaration is
int a;
float bc1;
char b;

Share:

No comments:

Post a Comment

If you have any doubt, let me know...

Translate

Wikipedia

Search results