[主观题]

以下程序的输出结果是(16)。

main()

{ int x=100, a=10, b=20, ok1=5, ok2=0;

if(a

else if(ok2)x=10;

else x=-1;

printf("%d\n", x);}

参考答案与解析: