0 votes
in C Sharp by

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.

1 Answer

0 votes
by

Ans is C

C - Both of the above.

Related questions

0 votes
asked Jun 16, 2020 in C Sharp by Hodge
0 votes
asked Jun 16, 2020 in C Sharp by Hodge
...