C++
Programming and Technical
Consider the assignment statement a=b; (with
the variable declarations in the previous question).
Which answer is true?
a) The assignment statement is illegal.
b) The assignment statement activates the A
assignment operator.
c) The assignment statement activates the B
assignment operator.
d) The assignment statement activates both A and
B assignment operators
Read Solution (Total 0)
C++ Other Question