The ___________ symbol is used for the assignment operator?
Answers
Answered by
1
Explanation:
The equals (=) sign is used for assignment. In programming, assignment symbol is used to assign a value to a variable. This value could be a static or something derived while running / executing the program
Similar questions