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. friend className operator++();
C. className operator++(int);
D. friend className operator++(int);
Answer: C
Computer Science & Information Technology
You might also like to view...
The size of a field can be set in Datasheet view.
a. true b. false
Computer Science & Information Technology
When a Web site is requested and information from a text file is sent along with the request, a(n) ________ for that Web site was stored on your computer
Fill in the blank(s) with correct word
Computer Science & Information Technology