This time we will learn about the basics of programming languages C / C + +.
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 + +.
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 / 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 + +.
0 comments:
Post a Comment