1. Nama Variabel Nama variabel bisa terdiri dari huruf, angka, dan tanda underscore _, tetapi tidak boleh diawali dengan sebuah angka. Nama variabel juga tidak boleh terdiri dari keyword-keyword dari C++ seperti if, for,else, atau while.
Beberapa Keyword pada C++
and and_eq asm auto bitand bitar bool break case catch char class const const_case continue default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new not not_eq operator or or_eq private protected public registeed return short signet try sizeof static_cast struct switch unsigned template this throw true wchar_t typedef typeid typename union using virtual void volatile while xor xor_eq reinterpret_cast nama variabel juga bersifat case sensitif sehingga nama, Nama, NaMa, NAMA, dan namA akan dianggap sebagai nama variabel yang berbeda. ...