未知题型

以下程序运行的结果是【1】. int main() { int a=2,b=3,c=2; if(a <b) c="c+1;" else printf("%d\n",c); return 0;>

【参考答案】

【1】2