C++ PROGRAM TO PRINT ASCII CODE FOR A GIVEN DIGIT
Answers
Answered by
0
#include
#include
Void main(){
Clrscr();
Char c;
Cout<<"enter character : " ;
Cin>>c;
Cout<<"the ascii for the character is : "<<(int) c;
getch();
}
RabaabZahidah:
Good jop :)
Similar questions
Social Sciences,
8 months ago
Math,
8 months ago
India Languages,
1 year ago
Social Sciences,
1 year ago
English,
1 year ago