ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following is a valid assignment operator?
+=
-=
*=
All of the mentioned
Correct Answer: D — All of the mentioned
Assignment operators are (+=, -=, =, /=, *=).