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 are activex and ole?
Write about the role of c++ in the tradeoff of safety vs. Usability?
What is using namespace std in cpp?
Do you know the problem with overriding functions?
What is the full form of ios?
Explain differences between new() and delete()?
What gives the current position of the put pointer?
What is a multiset c++?
What is a c++ vector?
What is a set in c++?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What are c++ data types?
What is a hashmap c++?
What is a float in c++?
What is an iterator class in c++?