

InterviewSolution
Saved Bookmarks
1. |
State the use of assignment operator? |
Answer» ong>Answer: Assignment OPERATORS are used to assigning value to a VARIABLE. The LEFT SIDE operand of the assignment operator is a variable and right side operand of the assignment operator is a value. |
|