Wipro Question: Download Wipro PDF

Name the operators that cannot be overloaded in Wipro?

Tweet Share WhatsApp

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++.

Download Wipro PDF Read All 35 Wipro Questions
Previous QuestionNext Question
How to sort array elements in ascending or descending order?What is DOM in Wipro?