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

List the different types of c tokens?

614


Write a program on swapping (100, 50)

634


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

916


What is register variable in c language?

594


What is the function of this pointer?

663






What is #error and use of it?

668


how to make a scientific calculater ?

1552


Explain what are multibyte characters?

617


Why use int main instead of void main?

584


Describe the steps to insert data into a singly linked list.

613


Explain the difference between #include "..." And #include <...> In c?

616


What is cohesion and coupling in c?

582


Is multithreading possible in c?

559


What are comments and how do you insert it in a C program?

732


What is the Purpose of 'extern' keyword in a function declaration?

643