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)



Discussion

No Comment Found