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 are header files why are they important?
Differentiate between calloc and malloc.
What are derived data types in c?
Is c still relevant?
What are the 5 elements of structure?
What is FIFO?
how many errors in c explain deply
Explain how can I read and write comma-delimited text?
What is the data segment that is followed by c?
What is array of pointers to string?
How can I change their mode to binary?
What is a memory leak? How to avoid it?
Explain can you assign a different address to an array tag?
What is the use of void pointer and null pointer in c language?
Is null always equal to 0(zero)?