Computer Science, asked by gg0233613, 4 days ago

what will be the final return type in given example char c;int; floatf; double d; d=c+i+f/d​

Answers

Answered by varinderjeet5
0

Answer:

double

as the value of result will be store in variable d.

Similar questions