Variables and Data Types in C++ : Part 2
Introduction to Variables
A variable is a storage place that has some memory allocated to it. It is used to store some form of data.
Different types of variables require different amounts of memory.
Variable Declaration
In C++, we can declare var...
lubnafathima.hashnode.dev8 min read