Which among the following is not applicable for the static member functions?
Which among the following is not applicable for the static member functions? Correct Answer this pointer
Since the static members are not property of objects, they doesn’t have this pointer. Every time the same member is referred from all the objects, hence use of this pointer is of no use.