Computer Science, asked by Chhavig6217, 11 months ago

Write different types of assignment operator.

Answers

Answered by kirtikarathore151
8

1. Subtractions assignment

2. Multiplication assignment

3. Remainder assignment

4. Exponentiation assignment

5. Division assignment

6. Left shift assignment

7. Right shift assignment

Answered by aqibkincsem
3

The assignment operators are the operators used for assigning some new value for the indexer element, property or variable in the C programming languages.

There are various kinds of assignment operators available.

It includes multiplication assignment,

subtractions assignment,

exponentiation assignment,

remainder assignment,

left shift assignment

right shift assignment

division assignment.

Similar questions