Computer Science, asked by ayushdixit006k, 9 months ago

is the assignment operator is a logical operator

Answers

Answered by Anonymous
2

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

Answered by xmartyprince91
1

Answer:

The concept of logical operators is simple. They allow a program to make a decision based on multiple conditions. Each operand is considered a condition that can be evaluated to a true or false value. ... The && operator is used to determine whether both operands or conditions are true .

Similar questions