Computer Science, asked by Rajugoud5800, 4 months ago

Used to give value to variable

Answers

Answered by marvaminuva
0

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 pradeeppatil15142239
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.

Explanation:

for more answers please like and follow and mark as brainlist

Similar questions