Computer Science, asked by Saunak, 1 year ago

C++ PROGRAM TO PRINT ASCII CODE FOR A GIVEN DIGIT

Answers

Answered by willcheckyou
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