Computer Science, asked by manishakr598, 5 months ago

_________is used to assign value to the variables​

Answers

Answered by Anonymous
9

\huge\underline\mathfrak\color{magenta}Required\: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; .The symbol of the assignment operator looks like the mathematical equality operator but in C++ its meaning is different.

Answered by kookie0073
53

Answer:

Assignment is used to assign value to the variables.

Hope it's helpful for you dear

Similar questions