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

Can a file other than a .h file be included with #include?

884


What is the significance of scope resolution operator?

1134


Explain about the functions strcat() and strcmp()?

797


What are the types of bitwise operator?

853


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1974


What does %d do in c?

740


Write a program to swap two numbers without using third variable?

1059


What is a function simple definition?

856


Why string is used in c?

762


What is the difference between far and near ?

935


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1861


What does void main () mean?

961


Do you know the difference between malloc() and calloc() function?

828


Write a code to determine the total number of stops an elevator would take to serve N number of people.

997


Is c pass by value or reference?

820