Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#include<stdio.

h>
main(){
char c;
printf("PRESS ANY KEY -->> ");
c=getch();
printf("%c\nIts ASCII equivalent is --> %d",c,c);
}

You might also like