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