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