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
code for find determinent of amatrix
What is the collection of communication lines and routers called?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is a struct c#?
Tell me can the size of an array be declared at runtime?
What is extern c used for?
What is the deal on sprintf_s return value?
What is difference between stdio h and conio h?
What's the best way of making my program efficient?
What are the rules for identifiers in c?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
main() { printf("hello"); fork(); }
What are the functions to open and close the file in c language?
Explain what is the difference between text files and binary files?
Describe the header file and its usage in c programming?