Discussion :: Microprocessors
-
Consider the following in C
- Arithmetic operations can be performed on ints.
- Arithmetic operations can be performed on floats.
- Arithmetic operation can be performed on chars
Answer : Option A
Explanation :
In C arithmetic operations can be performed on ints, floats and chars.
Be The First To Comment