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

Explain what is a pragma?

824


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

856


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

2103


Where register variables are stored in c?

779


What is null pointer in c?

791


What is the explanation for modular programming?

943


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

913


List out few of the applications that make use of Multilinked Structures?

1809


Explain continue keyword in c

805


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

884


If I have a char * variable pointing to the name of a function ..

939


can we have joblib in a proc ?

1976


How can you find the exact size of a data type in c?

809


Why do we write return 0 in c?

809


What are local variables c?

794