What are the two types of comment styles in C++?
What will be an ideal response?
The two types of comment styles in C++ are single line comments which begin with two forward slashes, such as //this is a comment.
The second type of comment is used with multi-lined comments. The format has a /* at the beginning of the comment and a */ at the end of it.
Computer Science & Information Technology
You might also like to view...
If a file is password-protected, you can not open the file unless you know the password
Indicate whether the statement is true or false
Computer Science & Information Technology
N) ________ is a set of colors, fonts, lines, and fill effects that can be applied to entire worksheets or to individual cells
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology