Answer:
Variable name identifiers must begin with a lowercase letter.
Step-by-step explanation:
Variable naming can begin with either uppercase or lower case letter. Although, in C++, using uppercase completely in naming variable is used for constants. Therefore, one of the rule of naming a variable is to start with an alphabet. After that, numbers and letters can be used. No spaces or special characters are allowed when naming a variable.