Correct Answer : Option (A) : T operator++(int);
Explanation : The parameter int is just to signify that it is the postfix form overloaded. Shouldn’t return reference as per its original behavior.