Which of these are correct answers for Identifiers used in C# ?

  1. These are the names that one user gives to variables such as the user defined types(eg;classes and structs)

  2. These are not case sensitive.

  3. Their names must begin with a letter or with a underscore .

  4. They must not contain any numeric characters


Correct Option: A,C

Find more quizzes: