Multiple choice

The operator (=) in a = b is called

  1. Assignment operator.

  2. Conditional operator.

  3. Relational operator.

  4. Bitwise operator.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Explanation: Here, b's value is getting assigned to a.