| 1. |
What is the difference between strings and numbers when they are used as variable values?
Please select the best answer.
|
| |
A. |
Strings and numbers in variables are treated the same way, though the operations that can be performed on the variables depend on the value stored in the variable.
|
| |
B. |
Variables that contain numbers must be predefined in order to permit calculations on numeric values. String variables do not require this step.
|
| |
C. |
String variables are referenced using different syntax than numeric variables.
|
| |
D. |
String variables can only be used in certain shells; numeric variables can be used in any shell.
|