Thursday, March 8, 2012

IDENTIFIER / IDENTITY C++ Programming language

This time we will learn about the basics of programming languages C / C + +.
 
In the programming language C / C + + there are several components that we need to know in advance, and we learn, that is:

IDENTIFIER / IDENTITY 

Identifier is a name commonly used in programming to declare variables, constants, data type, and function. Rules for writing the identifier, among other:
•    Can not start with non-letter characters
•    There should be no spaces


•    Should not use these characters ~! @ # $% ^ & * () + '- = {} []: ";' <>?,. / |
•    Should not use reserved words that exist in C / C + +.
IDENTIFIER / IDENTITY C++ Programming language

0 comments:

Post a Comment