Question

Q1: End-of-line comments that should be ignored by the compiler are denoted using:
a.Two forward slashes ( // ).
b.Three forward slashes ( /// ).
c.A slash and a star ( /* ).
d.A slash and two stars (/** ).

Answer

This answer is hidden. It contains 24 characters.