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
Explain a pre-processor and its advantages.
Which is the memory area not included in C program? give the reason
What is the purpose of type declarations?
How can I read/write structures from/to data files?
What is array in C
Explain what is the difference between a free-standing and a hosted environment?
Differentiate between a structure and a union.
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What's the difference between constant char *p and char * constant p?
Do pointers need to be initialized?
what are the 10 different models of writing an addition program in C language?
Why & is used in c?
What is a nested loop?
How do you print an address?
What are all different types of pointers in c?