Multiple choice

Which is an object in C?

  1. Constant

  2. Variable

  3. Identifier

  4. Keyword

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

In C, an object is a region of data storage in the execution environment, the contents of which can represent values. Variables are the most common examples of objects.