1. Explain objects and classes
The interviewer may ask this question to understand your knowledge about C language. You can answer this question by briefly explaining objects and classes.
Example:
"A class is a user-defined prototype using which objects are created. Class is a set of properties that is common to objects of one type. Whereas an object is an instance of a class and many objects can be created from the same class type."