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
What is meant by realloc()?
What is the difference between malloc() and calloc() function in c language?
What should malloc() do?
How can I prevent another program from modifying part of a file that I am modifying?
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
What is %g in c?
How many parameters should a function have?
How will you divide two numbers in a MACRO?
Why doesnt this code work?
How are 16- and 32-bit numbers stored?
Write a program to print "hello world" without using a semicolon?
What is the function of this pointer?
Explain what is gets() function?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
can any one provide me the notes of data structure for ignou cs-62 paper