Programming Concepts

What is the name for a line of text in source code that is ignored by the compiler or interpreter and used to explain the code?

Correct answer

C. Code comment

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.