Thursday 14 May 2015

Identifiers in C language

In C language  programming, identifiers are names given to C language  entities, such as variables, functions, structures etc. Identifier are created to give unique name to C language entities to identify it during the execution of program. For example:

int money;
int mango_tree;

Contact:-







0 comments:

Post a Comment