Before you can do anything in any language,you must at least know how you name an identifier.An identifier is applied to any variable,function,data definition,etc.In C an identifier is a combination of alphanumeric character,and the remainder being made up of combination of letters of the alphabet,numeric digits,or the underline.Two rules must be kept in mind when naming identifiers: