Tuesday 26 March 2019

First C Program

First C Program

Open Turbo IDE(integrated development environment)
Then click the file menu
Then click the new option then type hello.c
And type  code like this
#include<stdio.h> 
#include<conio.h> 
void main() 

Printf("welcome in praming c"); 
getch(); 

And compile the program
Then run the program
output: 
welcome in praming c

0 comments:

Post a Comment