How many destructor calls occur in the following code fragment?
bool fcn(const Sales_data *trans, Sales_data accum){ Sales_data item1(*trans), item2(accum); return item1.isbn() != item2.isbn();}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.