 |
C++ Tutorial - Lesson 2: Variables and Data Types
When using the various necessary variables in your programs, you will need to identify each one of them. A variable is primarily recognized by its name. C++ provides rules for naming items in your program. The name of a variable: Starts with an underscore
www.functionx.com |
 |