1)

Which statement is correct about variable naming conventions in C#?


A) It should not be a C# keyword.

B) It must not contain any embedded space or symbol such as? - + ! @ # % ^ & * ( ) [ ] { }

C) Both of the above.

D) None of the above.

Answer:

Option C

Explanation:

Both of the above options are correct.