The _______ statement is used to assgn a value to a variable
Answers
Answered by
0
Answer :
The most common form of statement in a program uses the assignment operator, =, and either an expression or a constant to assign a value to a variable: variable = expression; variable = constant; The symbol of the assignment operator looks like the mathematical equality operator but in C++ its meaning is different.
Answered by
0
Explanation:
You can assign a value to a routine variable in any of the following ways:
- Use a LET statement.
- Use a SELECT INTO statement.
- Use a CALL statement with a procedure that has a RETURNING clause.
- Use an EXECUTE PROCEDURE INTO or EXECUTE FUNCTION INTO statement.
Similar questions
English,
4 months ago
Math,
4 months ago
Math,
4 months ago
Science,
9 months ago
Psychology,
1 year ago
Social Sciences,
1 year ago