Answer the following statements true (T) or false (F)
1. A value is stored in a variable with an assignment statement.
2. Programming style refers to the way a programmer uses elements such as identifiers, spaces, and blank lines.
3. When typing your source code into the computer, you should be careful since most of your C++ instructions, header files, and variable names are case sensitive.
4. In C++ you are required to name your variables so they indicate the purpose they will be used for.
5. Escape sequences are always stored internally as a single character.
1. T
2. T
3. T
4. F
5. T
You might also like to view...
The default tab stops for a document are ________
A) left tabs set every 0.5" B) left tabs set every 0.25" C) right tabs set every 0.5" D) right tabs set every 0.25"
A(n) ____________ is a special value that links a variable to an object.
a. linker b. reference c. operator d. delimiter