How do we comment a line of code in c++?
Options
- Using // at the start of the line of code.
- Using // at the end of the line of code.
- Using << at the start of the line of code.
- Using << at the start of the line of code.
CORRECT ANSWER : Using // at the start of the line of code.
Write your comments