Identifiers is a name of anything you define in the program. But remember that keywords are not identifiers. Suppose you have a variable and you give a simple name to it so you can say its a identifier. If you want to write the identifier definition that is:
It is a word consisting of sequence of one or more letters or digit along with only permissible special character '_' (underscore).