

InterviewSolution
Saved Bookmarks
1. |
- A String variable is represented by an alphabet followed by dollar ($) sign.Variables are of three types. |
Answer» <p>To substitute a variable's value, write a dollar sign followed by the name of the variable in parentheses or braces: either `$(foo)' or `${foo}' is a valid reference to the variable foo</p> | |