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

Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

803


What does the function toupper() do?

885


How will you write a code for accessing the length of an array without assigning it to another variable?

831


What is the purpose of scanf() and printf() functions?

927


How many types of arrays are there in c?

790


Explain heap and queue.

807


What is an array? What the different types of arrays in c?

875


How #define works?

853


Without Computer networks, Computers will be half the use. Comment.

2058


Write a program to identify if a given binary tree is balanced or not.

923


How do you list files in a directory?

817


What is difference between structure and union in c?

747


What are the 5 elements of structure?

826


How do you determine a file’s attributes?

822


What is the size of array float a(10)?

903