Identifiers C# Identifiers are the name given to entities such as variables, methods, classes, etc. They are tokens in a program which uniquely identify an element. For example, From code above value is the variable which is why we call it the identifier. As you will find out later int is consider a “reserved” keyword