InterviewSolution
Saved Bookmarks
| 1. |
How Will You Declare A Constant In Vbscript? |
|
Answer» CONSTANTS are DECLARED USING "CONST" KEYWORD. Constants are declared using "const" keyword. |
|