Which operator cannot be overloaded c++?



Which operator cannot be overloaded c++?..

Answer / Anshul Agrawal

The scope resolution operator (::) cannot be overloaded in C++. It's used to access global variables, functions, and classes without qualification.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Name the debugging methods that are used to solve problems?

1 Answers  


How many types of classes are there in c++?

1 Answers  


check whether a no is prime or not.

3 Answers   TCS,


How do I use turbo c++?

1 Answers  


When should you use global variables?

1 Answers  


What is c++ w3school?

1 Answers  


What do you mean by ‘void’ return type?

1 Answers  


What is c++ course?

1 Answers  


What is the difference between a "copy constructor" and an "assignment operator" in C++?

1 Answers   Genpact,


What is c++ redistributable?

1 Answers  


What is a loop? What are different types of loops in c++?

1 Answers  


How do you differentiate between overloading the prefix and postfix increments?

1 Answers  


Categories