Computer Science, asked by afrarahmath050, 6 months ago

to find the ASCII code of character
#include <iostream>
using namespace std;
int main()
{
char ch;
int asc;
cout<<"Enter the character:";
cin>> ch;
asc= ch;
cout <<"ASCII of "<<ch<<" = "<< asc;
return 0;
}​

Answers

Answered by kprem28821881
2

Answer:

bro I know python if u have any doubts ask me in python

Similar questions