Multiple choice

Which of the following arithmetic operations is/are not possible in C language?

  1. Addition of two addresses

  2. Multiplication of two addresses

  3. Multiplication of an address with a constant

  4. Divison of an address with a constant

  5. All of the above

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

The reasons given in all of the options are correct. So, this option (All of the above) is the correct answer.