C++ Variables, Constants and literals
In this blog post, we will learn about variables, constants, and literals in C++ with the help of examples. C++ Variables: A variable is a storage location that contains some value known or unknown. A symbolic name (identifier) is associated with a variable and usually, we used this name to refer to the stored value. […]
C++ Variables, Constants and literals Read More »