单项选择题

设int f (int);和int g(int);是函数f和g的原形,以下将f作为语句调用的是______ 。

A.g(f(3))
B.f(g(3));
C.g(f(3)+2);
D.p=f(g (3)+1);