CPP Data Types
CPP Data Types are used to define the type of data that is to be stored. CPP data types can be classified into 4 groups: Basic Data Types: Integer Float Double Character Derived Data Types: Array Pointer Enumeration Data Types: Enum User Defined Data Types: Structure Basic Data Types: Integer: All the non-decimal numbers … Read more