以下程序运行后的输出结果是???。
提问:以下程序运行后的输出结果是???。
#include <stdio.h> int main( ) { printf("%d\n",5/2); return 0; }
网友回答:
结果为
2
C/C++的int运算,结果只能是int