|   |  | 
| ปรับปรุง : 2564-07-13 (ปรับแฟ้ม) | 
| datatype | TurboC | Programming | 
| // printf, return(0)<br>แสดงการใช้ return แทน void สำหรับโปรแกรมย่อย
/* http://www.thaiall.com/tc */
#include <stdio.h>
#include <conio.h>
main()
{
  printf("hello");
  getch();
  return(0);
}
 | 
| 
 | 
| "ไม่เริ่มต้นในวันนี้ จะไม่มีทางสำเร็จในวันพรุ่ง" โดย โยฮัน ว็อล์ฟกัง ฟ็อน เกอเทอ |