Data Types Data types specifies the type of data to be stored inside a variable. We have seen some data types before like int: which stores integer, string: which can store names or characters. There are a number of built-in data types in C++. We are going to look at all of them. int : … Continue reading Data types and Arrays
