Computer Science, asked by TbiaSamishta, 11 months ago

four new operators added by c++ which aid object oriented programming. in c++

Answers

Answered by Anonymous
0

Explanation: The new keyword is used to allocate memory of an object or array. The new object or array can be of any type. Then it return a suitable non zero pointer to the object.


abcd2703: pls answer my previous question
Answered by Sidyandex
0

The four new operators in C++ include:

• Assignment Operator ( = ): This operator places the value from the right hand side and put it on the left hand side.

• Mathematical Operators: These operators are used for carrying out fundamental math functions

• Relational Operators: These operators put values in relation to each other.

• Logical Operators: These operators serve the purpose of combining expressions with eachother.

Similar questions