Answer Posted / hrpynux@gmail.com
The only C operators that can't be are . and ?: (and sizeof , which is technically an operator). C++ adds a few of its own operators, most of which can be overloaded except :: and . * .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is constructor and destructor in c++?
Is c++ low level?
How important is c++?
How can you create a virtual copy constructor?
Is c++ platform dependent?
What is a template in c++?
Can a program run without main?
What is auto type c++?
How is static data member similar to a global variable?
Difference between a homogeneous and a heterogeneous container
What is a rooted hierarchy?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What is the difference between method overloading and method overriding in c++?
Can I make ios apps with c++?