คำสั่งให้ computer หยุดรอการกด คีร์บอร์ด ของเราก่อนจะทำง่านต่อไปครับ
ตัวอย่าง
Coding:
#include
int main (void){
printf("Hello World\n");
system("pause");
}
Output:
Hello World
Press any key to continue . . .
#include
int main (void){
printf("Hello World\n");
system("pause");
}
Hello World
Press any key to continue . . .
2 ความคิดเห็น:
#include
iostream.h
แสดงความคิดเห็น