Multiple Choice
What happens if you have two lists list1, list2) , no assignment operator in your class, and attempt to execute the following statement?
List1 = list2;
A) you have a syntax error
B) you get a complete and identical copy of list2 into list1
C) list1 and lsit2 now name the same list
D) no problem
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: What C++11 keyword can you use instead
Q2: There is no need for error checking
Q4: Given the following stack declaration, which of
Q5: The arrow operator ->) specifies<br>A) a member
Q6: Given a linked list using the code
Q7: The constant NULL can be assigned only
Q8: If you want to make your linked
Q9: Given a linked list using the code
Q10: To add an item to a stack,
Q11: In a node type named MyNode, which