Computer Science, asked by syedashhar309, 1 year ago

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 rptg1
0
i the result will be in int
ii the result will be in double

syedashhar309: How is it
rptg1: as per datatype precedence
Similar questions