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
Is it better to bitshift a value than to multiply by 2?
What is the newline escape sequence?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Which node is more powerful and can handle local information processing or graphics processing?
How can I get random integers in a certain range?
How are variables declared in c?
What is binary tree in c?
What are terms in math?
What is typedef struct in c?
What is a sequential access file?
What is structure padding in c?
Can you return null in c?
What is an endless loop?
what is the difference between class and unio?
Explain goto?