84. Since the postfix increment operator returns objects by value and the prefix increment operator
returns objects by reference:
(A) Prefix increment has slightly more overhead than postfix increment.
(B) The postfix increment operator returns the actual incremented object with its new value.
(C) Objects returned by postfix increment cannot be used in larger expressions.
(D) Postfix increment cannot be used in larger expressions.
(E) The postfix increment operator typically returns a temporary object that contains the original
value of the object before the increment occurs.
答案:登入後查看
統計: A(0), B(0), C(0), D(1), E(4) #3081414
統計: A(0), B(0), C(0), D(1), E(4) #3081414