Computer Science, asked by Aryanchouhan902828, 5 months ago

what is the use of assignment statement​

Answers

Answered by feliks
1

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.

Similar questions