Discussion :: Microprocessors
-
Consider the following in C
- An arithmetic operation between integer and an integer gives integer as the result.
- An arithmetic operation between a real and a real constant gives real constant as the result.
- An arithmetic operation between an integer constant and a real constant is not valid.
Answer : Option B
Explanation :
Mixed mode statement is allowed in C.
Be The First To Comment