A. void f1(int n){ return n; } B. float f2(int n){ return n; } C. f3(int n){ return n; }; D. void f4(){}