Data Types In C Language
Data Types :- 'C' language have several data type. There are four fundamental data types in 'C'. Which are int, char, float,double.
int - Used to store integer value.
char - Used to store a single character value.
float - Used to store single precision floating point number.
double - Used to store double precision floating point number.
We can use type qualifier with the basic data type to get some more types. There are two types of qualifiers.
1. size qualifier - short, long.
2. sign qualifier - signed, unsigned.
int - Used to store integer value.
char - Used to store a single character value.
float - Used to store single precision floating point number.
double - Used to store double precision floating point number.
We can use type qualifier with the basic data type to get some more types. There are two types of qualifiers.
1. size qualifier - short, long.
2. sign qualifier - signed, unsigned.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment