Hello world program in c

 Hello world program in c 

#include<stdio.h>

#include<conio.h>

main()

{

printf("hello world");

getch(); 

}


Comments

Popular posts from this blog

Simple Item Details and Billing Application with Tkinter