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

Write the syntax and purpose of a switch statement in C.

616


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3048


what is stack , heap ,code segment,and data segment

2210


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3498


what does static variable mean?

647






write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3180


How many header files are in c?

547


Is it possible to initialize a variable at the time it was declared?

751


What is use of bit field?

765


What are the valid places to have keyword “break”?

647


Explain how to reverse singly link list.

603


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

3728


Which is best book for data structures in c?

592


What is the purpose of main() function?

648


Explain what are the __date__ and __time__ preprocessor commands?

588