Talk:Turbo C
Appearance
Insert non-formatted text here/* this is an example in c language */
Insert non-formatted text here#include <stdio.h> /* Header file */
Insert non-formatted text herevoid main (void) Insert non-formatted text here{ Insert non-formatted text here int a; Insert non-formatted text here printf("this is a test"); Insert non-formatted text here getch(); Insert non-formatted text here}