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 |
Name the debugging methods that are used to solve problems?
How many types of classes are there in c++?
check whether a no is prime or not.
How do I use turbo c++?
When should you use global variables?
What is c++ w3school?
What do you mean by ‘void’ return type?
What is c++ course?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
What is c++ redistributable?
What is a loop? What are different types of loops in c++?
How do you differentiate between overloading the prefix and postfix increments?