我的代码如下:
#include <stdio.h>
int main(int argc, char *argv[]) {
printf("hello");
while(1){
// whatever here
}
}
Run Code Online (Sandbox Code Playgroud)
问题是:为什么跳过第一条指令?它只运行循环,你永远不会打印.我使用gcc和g ++编译它,结果相同.
| 归档时间: |
|
| 查看次数: |
103 次 |
| 最近记录: |