Search⌘ K

Keywords in C++

Explore the concept of keywords in C++, including reserved words and predefined identifiers. Understand which terms you can use as variable names and why some cannot be repurposed. This lesson builds foundational knowledge critical for writing correct C++ programs.

We'll cover the following...

Introduction to keywords

Keywords are a collection of reserved words and predefined identifiers in C++. We cannot ...