which of the function operator cannot be over loaded

a) <=
b)?:
c)==
d)*

Answer Posted / balu

i think b and d can't support overloading concept..

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we open a binary file in Read/Write mode in C?

671


int i=10; printf("%d %d %d", i, i=20, i);

1001


Why is c so important?

589


Explain output of printf("Hello World"-'A'+'B'); ?

967


What is a macro in c preprocessor?

616






hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1627


What does == mean in texting?

653


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.

3494


Are comments included during the compilation stage and placed in the EXE file as well?

662


What is structure pointer in c?

565


Who invented b language?

905


how to execute a program using if else condition and the output should enter number and the number is odd only...

1648


Are pointers integer?

543


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

1621


How is = symbol different from == symbol in c programming?

602