Aug 23

By simply casting the int value to a char.


int asciiValue = 65;
char ch = (char) asciiValue; 

written by objects \\ tags: , ,


Leave a Reply