The statement is also an assignment statement but the value are assigned to the variables during the execution of the program
Answers
Answered by
3
Answer:
In computer programming, an assignment statement sets and/or re-sets the value stored in the storage location(s) denoted by a variable name; in other words, it copies a value into the variable. In most imperative programming languages, the assignment statement (or expression) is a fundamental construct.
Explanation:
Similar questions