C Language
Pages
Main
C Concepts
C Questions
click on this link......
Tuesday 22 January 2013
Getchar() function
#include<stdio.h>
#include<conio.h>
void main()
{
char ch;
clrscr();
printf("Enter the character:");
ch=getchar();
printf("The character is %c",ch);
getch();
}
Getchar() function
Getchar() function
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment