搜题
问题   更新时间2023/12/3 14:45:00

有以下程序:#include <stdio.h>int fun(){static int x = 1;x *= 2; return(x);}main(){int i, s = 1;for ( i = 1; i <= 2; i++ )s = fun();printf( "%d\n", s );}程序运行后的输出结果是( )。
·0
·l
·4
·8

王老师:19139051760(拨打)