Which of these are correct answers for Identifiers used in C# ?
These are the names that one user gives to variables such as the user defined types(eg;classes and structs)
These are not case sensitive.
Their names must begin with a letter or with a underscore .
They must not contain any numeric characters