Differentiate between assignment
Conditional
and
Answers
Answered by
1
Explanation:
Assignment Operator (=)
= is an Assignment Operator in C, C++ and other programming languages, It is Binary Operator which operates on two operands.
= assigns the value of right side expression’s or variable’s value to the left side variable.
Conditional sentences are sentences that express one thing contingent on something else, e.g. "If it rains, the picnic will be cancelled". They are so called because the impact of the main clause of the sentence is conditional on the dependent clause
Similar questions