Data Types and Variables

DAta types and variables used in the C Language is as follows:-
char   one byte in size and can occupy 256 characters in its 8 bits.
int      just double of char means 2 bytes in long and 16 bits
long  just double of the int means 4 bytes means 32 bits in size.
float  can have the decimal values.
double double of the long.

No comments:

Post a Comment