#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
void main()
{
clrscr();
char a;
printf("Enter the ascii character:\n");
scanf("%c",&a);
printf("%d",a);
getch();
}
Subscribe to:
Post Comments (Atom)
This Blog Contain The Program I Have Done In Practical Lab... All The Progam Is tested Before Putting In This Blog. The All Progam Is Compiled In Turbo Compiler(TC)
0 comments:
Post a Comment