C++ Keywords
When you write a program in C++, you are essentially having a conversation with the computer. To make sure the computer understands you, the language uses a specific set of “reserved words” known as C++ keywords. These are the “VIPs” of the language, they have special jobs that no other word can do. For example, …



