What is the meaning of identifiers in c language?
The NAMES that identify or represent the variables, constants,
data types, functions and labels in C language.. They are
mere(only) NAMES, that help in IDENTIFYING variables, data types,
constants, functions and labels to differentiate them from each
other.. A good identifier must be descriptive but short..