C Language
Pages
Main
C Concepts
C Questions
click on this link......
Tuesday 22 January 2013
Getche() function
#include<stdio.h>
#include<conio.h>
void main()
{
char ch;
clrscr();
printf("Enter the character:");
ch=getche();
printf("The character is %c",ch);
getch();
}
Getche() function
Getche() function
1 comment:
Mango man
10 January 2014 at 06:00
i like the way u guys teach.
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
i like the way u guys teach.
ReplyDelete