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...
In list view, the Kind column lists the file type or the program that created the file.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
When writing text files, if you add true to the constructor for the Append argument, ____.
A. lines are added onto the end of the file B. a backup is made of the old file C. "file already exists" message is displayed if a file by the same name exists D. new data is added onto the end of each line in the file
Computer Science & Information Technology