CLOUD COMPUTING

CLOUD COMPUTING

DATABASE MANAGEMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
We can use ____ to comment a single line?i) /? ii) // iii) # iv) /* */
A
ONLY (II)
B
(I), (iii), AND (iv)
C
(ii), (iii) AND (iv)
D
BOTH (ii) AND (iV)
Explanation: 

Detailed explanation-1: -/* */ can also be use to comment just a single line although it is used for paragraphs. // and # are used only for single line comment.

Detailed explanation-2: -Single-line comments start with two forward slashes ( // ).

Detailed explanation-3: -Dashes can be used to add parenthetical statements or comments in much the same way as you would use brackets. In formal writing you should use the bracket rather than the dash as a dash is considered less formal. Dashes can be used to create emphasis in a sentence.

There is 1 question to complete.