单选题
下面程序输出结果为( ) #include int fun { int b=0; static int c=3; b++; c++; return ; } int main { int i=0; for printf); return 0; }