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 is jump statement in C++?
Do you need a main function in c++?
What is a static member?
Describe about storage allocation and scope of global, extern, static, local and register variables?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Will c++ be replaced?
What are the various storage classes in C++?
What is protected inheritance?
What are c++ templates used for?
what is a class? Explain with an example.
Can non graphic characters be used and processed in C++?
what are the iterator and generic algorithms.
What is the copy-and-swap idiom?
What do you mean by inheritance in c++?
Write about the access privileges in c++ and also mention about its default access level?