Computer Science, asked by sangam82758, 3 days ago

write the difference between the asc ( ) and chr$( )​

Answers

Answered by yasirirfan38101
0

Explanation:

ASC () is the inverse of CHR$. ASC () accepts a character and returns its ASCII value - a number from 0 to 225, inclusive. CHR () accepts an ASCII value and returns its characters.

Similar questions