Showing posts with label c programming. Show all posts
Showing posts with label c programming. Show all posts

Monday, 19 November 2012

welcome

#include<stdio.h>
#include<conio.h>
void main()
{
  clrscr();
  printf("welcome to my blog and thanks for visiting");
  getch();
}