AI Features

Identifiers in C++

In this lesson, you will study identifiers.

Identifiers

A variable in C++ is given a unique name that is known as an identifier.

āœļø Best coding practice: Use descriptive and meaningful names for the ...