Skip to main content

C++ DataTypes(डाटा टाइप्स को जाने )


C++ Data Types

Searches related to C++ Data Types,explain c++ data types,c++ data types range,data types in c++ pdf,data types in c++ ppt,user defined data types in c++,string data type in c++


A data type specifies the type of data that a variable can store such as integer, floating, character etc.



Cpp Data typews 1





There are 4 types of data types in C++ language.


  1. Basic Data Types
  2. Derived Data Type
  3. Enumeration Data Types
  4. User Defined Data Types




TypesData Types
Basic Data Typeint, char, float, double, etc
Derived Data Typearray, pointer, etc
Enumeration Data Typeenum
User Defined Data Typestructure




Comments

Popular posts from this blog

Memory Hierarchy

Memory Hierarchy A memory unit is an essential component in any digital computer since it is needed for storing programs and data. Typically, a memory unit can be classified into two categories: The memory unit that establishes direct communication with the CPU is called  Main Memory . The main memory is often referred to as RAM (Random Access Memory). The memory units that provide backup storage are called  Auxiliary Memory . For instance, magnetic disks and magnetic tapes are the most commonly used auxiliary memories. Apart from the basic classifications of a memory unit, the memory hierarchy consists all of the storage devices available in a computer system ranging from the slow but high-capacity auxiliary memory to relatively faster main memory. The following image illustrates the components in a typical memory hierarchy. Auxiliary Memory Auxiliary memory is known as the lowest-cost, highest-capacity and slowest-access storage in a computer system. Auxiliar