Data type and Modifiers in C++
A data type specifies the type of data a variable can store, for example, integer, floating point, character, etc. C++ supports the following data types: Primary or Built-in or Fundamental data type Derived data types User-defined data types Primary or Built-in or Fundamental data type: These data types are built-in or predefined data types that […]
September 23, 2022 | C++ | No comments