which of the function operator cannot be over loaded

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

Answer Posted / ravi

answer is b. that is ?:

Is This Answer Correct ?    73 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you increase the allowable number of simultaneously open files?

587


What is difference between union and structure in c?

568


What are the differences between new and malloc in C?

602


c language interview questions & answer

1452


What is %lu in c?

674






Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

2974


Why do we use null pointer?

599


There seem to be a few missing operators ..

610


How can a program be made to print the name of a source file where an error occurs?

721


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

659


What is main return c?

507


What is use of #include in c?

589


Why pointers are used?

627


Can we declare function inside main?

560


What is a constant?

626