Operators available in C++

Specify some of the operators which are available in C++?

E

Expert

Verified

All the operators which are used in C are also used within C++. In addition to the insertion operator ‘<<’ and extraction operator ‘>>’ the other new operators within C++ include:

a) : Scope resolution operator
b): : * Pointer-to-member declarator
c) ->* Pointer-to-member operator
d).* Pointer-to-member operator
e) delete Memory release operator
f) endl Line feed operator
g) new Memory allocation operator
h) setw Field width operator

   Related Questions in C/C++ Programming

©TutorsGlobe All rights reserved 2022-2023.