What does this function call return?
1 main() { float x = f1(10, 5); } 2 float f1(int a, int b) { return (a/b); }
a compiler error
a runtime error
2.000000
2