I want to make sure that my understanding of the return type of C++ division,
int / int => return is int? float / float => return is which type? float? d
Considering only three types (float, double and int):
float
double
int