Q. 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 (=) (Solved)
1. Both 1 and 2
2. Only 1
3. Only 2
4. None of the two
- c. Only 2