CHOOSE THE CORRECT WAY TO INDICATE THAT A LINE IN A C++ PROGRAM IS...

17. Choose the correct way to indicate that a line in a C++ program is a comment line, that is, aline the will not be executed as an instruction .(a) begin the line with a # sign(b) begin the line with double slashes (/ /)(c) begin and end the line with double hyphens (-_-)(d) indent the line(e) None of these