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
Explain logical errors? Compare with syntax errors.
What is the function of multilevel pointer in c?
What is non linear data structure in c?
Which built-in library function can be used to match a patter from the string?
Difference between exit() and _exit() function?
What is union in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What are the advantages of c preprocessor?
What is the value of h?
Explain what does the function toupper() do?
Write a program to print factorial of given number using recursion?
Is it cc or c in a letter?
What is file in c preprocessor?
What are the types of i/o functions?
What is the difference between struct and union in C?