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
How would you use the functions sin(), pow(), sqrt()?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What are the types of array in c++?
Explain the difference between realloc() and free() in c++?
Describe private, protected and public – the differences and give examples.
What is a pointer how and when is it used?
Why do we need constructors in c++?
What is a list c++?
Difference between declaration and definition of a variable.
What is ios :: in in c++?
When you overload member functions, in what ways must they differ?
What's the order in which the local objects are destructed?
What is the keyword auto for?
What language does google use?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].