Correct Answer : Option (C) : To initialize the data members of an object when it is created
Explanation : A constructor is used in classes to initialize data members of class in order to avoid errors/segmentation faults.