Computer Science, asked by 9eeeia, 9 months ago

The _______ statement is used to assgn a value to a variable

Answers

Answered by TheImmortals
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.

\rule{200}{2}

Answered by anjalikawarkhe30
0

Explanation:

You can assign a value to a routine variable in any of the following ways:

  1. Use a LET statement.
  2. Use a SELECT INTO statement.
  3. Use a CALL statement with a procedure that has a RETURNING clause.
  4. Use an EXECUTE PROCEDURE INTO or EXECUTE FUNCTION INTO statement.
Similar questions