Which of the following statements about block comments is true?

A. Block comments are a form of documentation
B. Block comments must be coded on a single line
C. Block comments start with a // token
D. Block comments must start in column 1
E. Block comments specify a library file that is to be loaded by the preprocessor


Answer: A

Computer Science & Information Technology

You might also like to view...

The statement cin >> *p;

A) stores the keyboard input into the variable p. B) stores the keyboard input into the pointer called p. C) is illegal in C++. D) stores the keyboard input into the variable pointed to by p. E) None of the above

Computer Science & Information Technology

What are properties in PowerShell?

What will be an ideal response?

Computer Science & Information Technology

What user group is allowed to perform driver rollback?

A) All users B) Administrators C) Rollback supervisors D) Microsoft rollback user

Computer Science & Information Technology

Converting an algorithm into a computer program, using a language such as C, is called coding the algorithm.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology