What is the purpose of the new operator?
6 Likes
The new operator is used to allocate memory for the object.
Answered By
5 Likes
What is the use and syntax of a ternary operator?
What is an assignment operator? Give an example.
Explain the shorthand assignment operator with an example.
State the difference between = and ==.