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
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Explain how can I read and write comma-delimited text?
Explain what’s a signal? Explain what do I use signals for?
Differentiate between new and malloc(), delete and free() ?
Can you please explain the difference between strcpy() and memcpy() function?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Are global variables static in c?
What are the basic data types associated with c?
What is a static function in c?
What is wrong with this program statement? void = 10;
how should functions be apportioned among source files?
What are the advantages of using macro in c language?
is it possible to create your own header files?
Is it cc or c in a letter?
How can I dynamically allocate arrays?