Identifier in C
Names given to the various program element such as variables, functions, labels and other user defined item is known as identifier. It can be a combination of number, alphabet and special symbols[under score]. The first character of identifier must be alphabet or an underscore.
Eg. Sum, roll_no, age etc.
Post a Comment