Computer Science, asked by pd2855328, 6 months ago


6. What do you mean by assignment statement ?
7. Distinguish between a unary and a binary operator.​

Answers

Answered by soudk088
0

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.

Answered by Lovelyfriend
2
  • In computer programming, anassignment 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, theassignment statement (or expression) is a fundamental construct.

  • Operators act on what's known as operands. An operator can act on one operand, and then it is called a unary operator, or, it can act on two operands and then it is called a binary operator
Similar questions