which of the function operator cannot be over loaded

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

Answer Posted / sahithya

overload concept will face in C++ i.e., if we declare a
same function with different times .
In c we dont have any overloadind concept .
ofcourse by seing the options we can say easily that
options will need of 3 or 2 operands compulsory.so
overloading does not occur

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How pointer is different from array?

798


What are header files in c programming?

821


Why we use conio h in c?

871


With the help of using classes, write a program to add two numbers.

820


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1730






In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1583


How does sizeof know array size?

822


Can you mix old-style and new-style function syntax?

843


Is Exception handling possible in c language?

1780


What is the purpose of & in scanf?

813


How macro execution is faster than function ?

858


How many keywords (reserve words) are in c?

775


What are the properties of union in c?

793


What are the preprocessor categories?

805


Explain what is the difference between functions getch() and getche()?

771