C语言的暂停

 1 #include<stdio.h>
 2 
 3 int main(void)
 4 {
 5     printf("Hello, World!\n");
 6 
 7     system("pause");    //暂停功能
 8     
 9     return 0;
10 }

 

posted @ 2019-10-28 10:53  jason2018  阅读(741)  评论(0编辑  收藏  举报