My photo
Bangalore, Karnataka, India
Extending one hand to help someone has more value rather than joining two hands for prayer

Archives

importance of getchar()

Tuesday, September 1, 2009

#include<stdio.h>
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
char xy;
xy=getchar();
cout<<xy;
getch();
}

0 comments: