which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / anas
In 'C' there is no concept of overloading.
If we talks about C++ then TRINARY operator (? : ) cant be over loaded.
So, only the option (b) is correct.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you generate random numbers in C?
Is there a way to compare two structure variables?
can anyone please tell about the nested interrupts?
All technical questions
Is javascript written in c?
Are pointers really faster than arrays?
What is d scanf?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Differentiate between a structure and a union.
How do I read the arrow keys? What about function keys?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Why we use stdio h in c?
Can we declare variables anywhere in c?
What is getche() function?
What is #line used for?