DATA TYPES IN C++: The variable type specifies the type of the data that can be stored in it. Each variable is declared by its types. c++ have five basic data types.These data type are: int Integer float Floating point double Double Precision char Characters bool Boolean ...
Comments
Post a Comment