Functional Data Types in C Program?
The fundamentals
data types are char, int, float, double, void and enum. The first four data
types have modifiers short, long, signed, which define the amount of storage avoidable to the variable e.g. short int, long double, unsigned clear,
unsigned short int etc.
No comments:
Post a Comment