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;

Comments

Popular posts from this blog

C program to display prime numbers between 1 to 100.

Progarm to state that a person can cast vote or not. [Note: A person can cast vote if he is 18 years old or above]

ChatGPT on smartwatches