Quantcast
Channel: Programming Video Tutorials
Viewing all articles
Browse latest Browse all 53

C Language Identifiers video tutorial part-5

$
0
0

C Language Identifiers video tutorial part-5
Identifiers is a name of anything you define in the program. But remember that keywords are not identifiers. Suppose you have a variable and you give a simple name to it so you can say its a identifier. If you want to write the identifier definition that is:
It is a word consisting of sequence of one or more letters or digit along with only permissible special character '_' (underscore).

Viewing all articles
Browse latest Browse all 53

Trending Articles