Welcome to Sillycodes – Treasure of C programs and C tutorials
Program :
vim welcome.c
#include<stdio.h>
int main()
{
printf(“Hello world n”);
printf(“Hello world n”);
printf(“Welcome to Sillycodesn”);
printf(“t -Treasure of C programs and C tuts n”);
return 0;
}