Welcome to Westonci.ca, where curiosity meets expertise. Ask any question and receive fast, accurate answers from our knowledgeable community. Experience the ease of finding reliable answers to your questions from a vast community of knowledgeable experts. Join our platform to connect with experts ready to provide precise answers to your questions in different areas.

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