Correct Answer : To access the members of a class which have the same name as local variables in that scope
Explanation : this pointer is used to access the members of a class which have the same name as local variables in that part of the code.