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

Explain what is the advantage of a random access file?

650


Between macros and functions,which is better to use and why?

1563


What is the difference between struct and typedef struct in c?

640


What is the size of structure in c?

691


write a program in c language to print your bio-data on the screen by using functions.

6239






How do you define structure?

557


What is the difference between a free-standing and a hosted environment?

634


What does the function toupper() do?

645


What is the maximum length of an identifier?

657


Why is it usually a bad idea to use gets()? Suggest a workaround.

892


What does void main return?

597


Can we initialize extern variable in c?

626


What is a macro, and explain how do you use it?

621


given post order,in order construct the corresponding binary tree

2312


What does c mean before a date?

583