单选题
下面程序执行输出结果为( ) #include int fun { int cnt = 0; while { cnt++; i = i&; } return cnt; } int main { printf ); return 0; }