Programming Concepts

Which of the following best describes Code comment?

Correct answer

B. A line of text in source code that is ignored by the compiler or interpreter and used to explain the code.

Explanation

Code comment refers to a line of text in source code that is ignored by the compiler or interpreter and used to explain the code.