Which of the following operator cannot be overloaded?
Answer Posted / vidhya
Conditional Operator (?:)
Membership operator (.)
sizeof operator (sizeof())
.-> operator
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meaning of in c++?
How would you call C functions from C++ and vice versa?
Why c++ is the best language?
Write about the various sections of the executable image?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What can c++ be used for?
What are pointer-to-members? Explain.
What is the use of c++ programming language in real life?
Can a constructor return a value?
How do you sort a sort function in c++ to sort in descending order?
Differentiate between a constructor and a destructor in c++.
How does work in c++?
Can we distribute function templates and class templates in object libraries?
Why we use #include conio h in c++?
Explain about Garbage Collector?