Explain the following:
New operator
70 Likes
new operator is used to instantiate an object by dynamically allocating memory for it.
Answered By
44 Likes
Explain Logical operator with an example.
Unary operator
Binary operator
What is a Ternary operator? Explain with the help of an example.