Computer Science, asked by madhumittal0275, 8 months ago

which of the following is used for single line comment in c ++​

Answers

Answered by priyashivaanee333
1

Answer:

Single line comments

Explanation:

To create a single line comment, we use the // notation. Wherever you want to start the comment, start it with //. For example, // This is a comment cout<<"Hello"; // This is a comment following a statement.

Answered by ksargam605
0

Answer:

single line comment

Explanation:

single line comment is used for single line comment in c++

Similar questions