Computer Science, asked by Rasiknarula8135, 10 months ago

Given that A’s code point in ASCII is 65 and a’s code point is 97. What are the binary representation ‘A’ and ‘a’ in ASCII?

Answers

Answered by pratikchoudhari
4

char:A ASCII code:065 Binary code:01000001

char:a ASCII code:097 Binary code:01100001

Similar questions