C++ | Operator Overloading | Question 3

Last Updated :
Discuss
Comments
Which of the following operators are overloaded by default by the compiler in every user defined classes even if user has not written?
1) Comparison Operator ( == )
2) Assignment Operator ( = ) 
Both 1 and 2
Only 1
Only 2
None of the two
Share your thoughts in the comments