Welcome to Sillycodes – Treasure of C programs and C tutorials

Program :

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

Output :


Related Programs :

Venkatesh

Hi Guys, I am Venkatesh. I am a programmer and an Open Source enthusiast. I write about programming and technology on this blog.

You may also like...

Leave a Reply