Computer Science, asked by anshikasinghiri, 6 months ago

Which of the following is not an assignment operator? *

==

=

+=

*=

Answers

Answered by thotasiva321
3

Answer:

==

Explanation:

Because see it was not used by assignment operator.

and make me as briliantlist

Answered by syed2020ashaels
0

Answer:

== is not a assignment operator.

Explanation:

To give a variable a value, assignment operators are employed. A variable serves as the assignment operator's left side operand, and a value serves as its right side operand. The variable on the left must have the same data type as the value on the right side in order for the compiler to avoid raising an error. The C programming language supports a variety of operators, including arithmetic, relational, bitwise, assignment, etc. The value, variable, and function are assigned to another variable using the assignment operator. Let's talk about the various assignment operators, including =, +=, -=, /=, *=, and %=. The operator used to assign a new value to a variable, property, or event is called an assignment operator.

See more:

https://brainly.in/question/2113375

#SPJ3

Similar questions