Which statment is correct about variable naming conventions in C#?
A - A name must begin with a letter that could be followed by a sequence of letters, digits (0 - 9) or underscore.
B - The first character in an identifier cannot be a digit.
C - Both of the above.
D - None of the above.