1.แบบแยก
Coding:
#include
int main (void){
printf("*****");
printf("\n");
system("pause");
}
Output:
*****
Press any key to continue . ...
2.แบบบรรทัดเดียวกัน
Coding:
#include
int main (void){
printf("*****\n");
system("pause");
}
Output:
*****
Press any key to continue . ...
ไม่มีความคิดเห็น:
แสดงความคิดเห็น