Unit - Basic Data Types
There are four main data types in programming C++ :-
i. int
ii. char
iii. double
iv. float
For additional of basic data types programming C++ can support another built-in data types such as short, long, signed and unsigned. The various data types, the number of bits required to store them.
i. int
ii. char
iii. double
iv. float
For additional of basic data types programming C++ can support another built-in data types such as short, long, signed and unsigned. The various data types, the number of bits required to store them.
No comments:
Post a Comment