Talk:Turbo C

This is an old revision of this page, as edited by 195.130.78.195 (talk) at 07:18, 27 October 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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}