Multiple choice

What is a comment?

  1. It is an organizational/debug tool

  2. A form of targeted messaging

  3. A compiling code catcher

  4. A YouTube feature

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A comment is a programmer-readable explanation or annotation in the source code. It serves as an organizational and debugging tool to help developers manage and understand their code.