单选题
下面程序的执行结果为( ) #include int func { if return n; return func + func; } int main { printf); return 0; }