Multiple choice

Which part of C program is ignored by its compiler?

  1. Preprocessor commands

  2. Functions

  3. Variables

  4. Statements and expressions

  5. Comments

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

Comments are program documentations, which help the reader to understand the code better.