题目详情
单选题 What is the correct signature for the overloaded postfix ++ operator in class R
A. R operator++(R &r)
B. R operator++( )
C. R operator++(int dummy)
D. R operator++(int &dummy)
学科:C++语言程序设计
时间:2023-12-17 15:18:35
相关题目
相关作业