data types in c++

Data Types in C++ -: Data types define the type of data a variable can store for an example an integer variable store integer data and  a character type variable store character data. In other words we can say that the data type store the variable value. In  the C++ programming has 3 type of data … Read more