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?
- A. Runtime error
- B. Parameter
- C. Code comment ✓
- D. Constant
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.