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 can I discover how many arguments a function was actually called with?
Can you apply link and association interchangeably?
What is a constant?
Explain how do you list a file’s date and time?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is time null in c?
What is the difference between abs() and fabs() functions?
What are the different types of C instructions?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
what will be maximum number of comparisons when number of elements are given?
What is variable in c example?
What are the different types of data structures in c?
What are all different types of pointers in c?
What does sizeof int return?
Explain how can I open a file so that other programs can update it at the same time?