1.

How can you write multiple line comment?

Answer»

The MULTILINE comment enables the programmer to comment out large BLOCKS of code easily.
A forward slash, an ASTERISK and then a COLON is opening comment - (/*:)
An asterisk and forward slash is a CLOSING comment – (*/))



Discussion

No Comment Found