Computer Science, asked by aryanraj168, 5 months ago

operator is used to assign a value to a variable.​

Answers

Answered by DeepakUgalePatil
0

Answer:

=

Explanation:

equal to

operator used for assign value example

a=143;

I need one brilliant answer please help me

Answered by bismillahzehra
2

Answer:

true {If true or False}

Explanation:

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.

Hope it's helpful.

Similar questions