which of the function operator cannot be over loaded

a) <=
b)?:
c)==
d)*

Answer Posted / muthu bharathi

There are 5 operators which cannot be overloaded. They are:

.* - class member access operator
:: - scope resolution operator
. - dot operator
?:: - conditional operator
Sizeof() - operator


answer: b

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I need previous papers of CSC.......plz help out by posting them.......

2050


What is the use of a static variable in c?

763


Which type of language is c?

817


What is optimization in c?

730


Why do some versions of toupper act strangely if given an upper-case letter?

812






How can I discover how many arguments a function was actually called with?

818


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1843


How do you define a function?

762


Explain indirection?

850


What is the value of uninitialized variable in c?

775


Is it better to bitshift a value than to multiply by 2?

842


what is the function of pragma directive in c?

859


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1721


what do you mean by enumeration constant?

766


What is dynamic dispatch in c++?

753