#cpp
Read more stories on Hashnode
Articles with this tag
In C++, keywords are reserved words that have a specific meaning in the language and cannot be used as names for variables, functions, or other...
In C++, a variable is a named location in memory that is used to store a value. A variable has a type, which determines the kind of value it can...