1

Predict the resultant data type of r
int p; double q;
r = p+q;

  • float

  • double

  • int

  • long