Wipro Question:
Download Job Interview Questions and Answers PDF
Name the operators that cannot be overloaded in Wipro?
Answer:
There are 5 operators which cannot be overloaded. They are:
★ .* - class member access operator
★ :: - scope resolution operator
★ . - dot operator
★ ?:: - conditional operator
★ Sizeof() - operator
Note:- This is possible only in C++.
★ .* - class member access operator
★ :: - scope resolution operator
★ . - dot operator
★ ?:: - conditional operator
★ Sizeof() - operator
Note:- This is possible only in C++.
Download Wipro Interview Questions And Answers
PDF
Previous Question | Next Question |
How to sort array elements in ascending or descending order? | What is DOM in Wipro? |