Microprocessors - Engineering

Q1:

Consider the following in C
  1. Arithmetic operations can be performed on ints.
  2. Arithmetic operations can be performed on floats.
  3. Arithmetic operation can be performed on chars
Which of the above are correct?

A All

B 1 and 2 only

C 1 and 3 only

D 2 and 3 only

ANS:A - All

In C arithmetic operations can be performed on ints, floats and chars.