InterviewSolution
Saved Bookmarks
| 1. |
How will you declare a constant in VBScript? |
|
Answer» Constants are declared using "const" keyword. |
|