单选题
已知函数f的定义如下:
void f(void)
{printf("That"s great!");}
则调用f函数的正确形式是______。
A、
.f;
B、
f();
C、
f(void);
D、
f(1);
【正确答案】
B
【答案解析】
提交答案
关闭