If a number is a variable of type int and temp is a variable of type double, how could you correctly complete this scanf function call?
scanf("%lf, %d", ________);
a) number, temp
b) &number, &temp
c) temp, number
d) &temp, &number
e) none of the above
2+ 16%5 = ?
Could someone...