At Westonci.ca, we make it easy for you to get the answers you need from a community of knowledgeable individuals. Discover in-depth solutions to your questions from a wide range of experts on our user-friendly Q&A platform. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

What is the operator used for changing the value of a variable

Sagot :

Answer:

the most common form of statementin a program uses the assignment operators=; and either an expression or a constant to assign a value to a variable: variable= expression; variable= constant; the symbol of the assignment operators looks like the mathematical equality operators but in C++ it's meaning is different