1.

Is the assignment operator is a logical operator

Answer»

Answer:

No....

Assignment Operators in C/C++ Assignment operators are used to assigning value to a VARIABLE. The LEFT side operand of the assignment OPERATOR is a variable and right side operand of the assignment operator is a value. ... This operator is used to assign the value on the right to the variable on the left.

PEOPLE ALSO ASK



Discussion

No Comment Found