which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / balu
i think b and d can't support overloading concept..
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How #define works?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
How variables are declared in c?
What is the difference between NULL and NUL?
Why void is used in c?
Explain what’s a signal? Explain what do I use signals for?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is the general form of function in c?
Explain what is the advantage of a random access file?
Why is it usually a bad idea to use gets()? Suggest a workaround.
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What does %d do in c?
Why is structure important for a child?
Does c have an equivalent to pascals with statement?
What are the types of pointers in c?