What will be the output of given expressions:
int I, double j,char k,byte b;
(i)+k/b*I;
(ii)i*j/q+j
Answers
Answered by
0
i the result will be in int
ii the result will be in double
ii the result will be in double
syedashhar309:
How is it
Similar questions