What is the use of this pointer

use of this pointer can we avoid its use

hey @Bhavit_Singla, when data member has same name as parameter, than this pointer is used to differentiate data member from parameter passed in function. This pointer indicates that we are talking about datamember