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


Please Help Members By Posting Answers For Below Questions

What is decltype c++?

559


What is class invariant in c++?

750


Is std :: string immutable?

567


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

591


What is the limitation of cin while taking input for character array?

1460






What do you mean by function overriding & function overloading in c++?

606


If I is an integer variable, which is faster ++i or i++?

598


Will c++ be replaced?

556


What is private public protected in c++?

557


What are associate containers?

620


What are friend classes?

617


If you want to share several functions or variables in several files maitaining the consistency how would you share it?

556


What is the maximum combined length of command line arguments including the space between adjacent arguments?

596


What is constructor and destructor in c++?

625


What are the five basic elements of a c++ program?

585