which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / ruchi
Overloading is the concept of c++
In c++ ?: cant be overloaded
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Create a simple code fragment that will swap the values of two variables num1 and num2.
Can we replace the struct function in tree syntax with a union?
What is the value of c?
Can we access the array using a pointer in c language?
What is a method in c?
What is return in c programming?
What is scope rule in c?
why programs in c are running with out #include
What is the explanation for cyclic nature of data types in c?
What are shell structures used for?
How will you delete a node in DLL?
What is the difference between struct and typedef struct in c?
What are the Advantages of using macro
What is #include cctype?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?