first program of c

#include<stdio.h>
#include<conio.h>
main()
{
printf("hello world !");
getch();
}

Comments

Popular posts from this blog