6. What do you mean by assignment statement ?
7. Distinguish between a unary and a binary operator.
Answers
Answered by
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
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