Comment on Assignment Operator in C++.

bookmark

The assignment operator in C++ is used to assign a value to another variable.

a = 5;