Solved

Which of the Following Is the General Syntax of the Function

Question 15

Multiple Choice

Which of the following is the general syntax of the function prototype to overload the pre-increment operator ++ as a member function?


A) className operator++() ;
B) className operator++(int) ;
C) friend className operator++() ;
D) friend className operator++(int) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions