Don't hold me to it but I think it would be C an anti-eastblishment attitude hope this helps
I think you should use for example, because that second sentence is an example of the first. Hope this helps.
. I laugh at this n ion know why buh this a real question?
Answer:
Variable name identifiers must begin with a lowercase letter.
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.