which of the function operator cannot be over loaded

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

Answer Posted / shruti

In C we do not have the operator overloading concept.

Is This Answer Correct ?    7 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c faster?

596


How to explain the final year project as a fresher please answer with sample project

472


What is the difference between constant pointer and constant variable?

751


Explain how can a program be made to print the line number where an error occurs?

696


What is the right way to use errno?

625






a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

707


What is the difference between procedural and functional programming?

523


Write a program that accept anumber in words

1256


What is else if ladder?

612


How can you avoid including a header more than once?

568


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

1850


What is a stream in c programming?

598


Is that possible to add pointers to each other?

907


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

782


diff between exptected result and requirement?

1597