Saturday, August 14, 2010

Identifiers

,
Definition of Identifiers:-Identifiers are the names of variables,functions,arrays and classes.They are the user-defined names,consisting of sequence of letters and digits.The underscore is also permitted if u want ,u can use it according to need.

Example:- 1.) Class person
{ };
2.)void show
{ };

0 comments to “Identifiers”

Post a Comment