Which of the following is the general syntax of the function prototype to overload the post-increment operator as a member function?
a. className operator++();
b. className operator++(int);
c. friend className operator++();
d. friend className operator++(int);