Multiple choice Which is an object in C? Constant Variable Identifier 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.