Monday, August 31, 2015

Hello World

Baisc C Program To Print Hello World

#include
void main()
{
clrscr();
printf("HELLO WORLD");
getch();
}


Saturday, August 29, 2015

About Me

Hai Friends
I am Muni Sai .I have completed my B.Tech on Electronics and Communication Engineering .
Though I studied Electronics and Communication Engineering, My Interest towards computers and Technology amplified my passion on programming .
I will post some C Programs in this blog which will be great helpful for you and all C Code that are presented in this blog is coded by myself so I will answer any doubts regarding Posts.

ThankYou