Solved

Which of the Following Is the General Syntax of the Function

Question 36

Multiple Choice

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


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

Correct Answer:

verifed

Verified

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

Related Questions