Question: In C programming, suppose that both i and j are variables of type int, what is the type of the expression: 1.0 * i /
In C programming, suppose that both i and j are variables of type int, what is the type of the expression:
1.0 * i / j + 'a'
a) int
b) double
c) float
d) char
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
