InterviewSolution
Saved Bookmarks
| 1. |
Give The Comment Tags For The Following? |
|
Answer» VBScript: REM & ‘(apostrophe) JAVASCRIPT: // (single line comment) /* */ (Multi-line COMMENTS) VBScript: REM & ‘(apostrophe) JavaScript: // (single line comment) /* */ (Multi-line comments) |
|