Computer Science, asked by hrisheekadua27, 2 months ago

Type cast line no. 2 of the following snippet.
1.int a; float b; double c;
2.b=(a*c)

Answers

Answered by brainlistpro
2

can not change double to float.

correction :

double b ;

Similar questions