Convert int to char

int x = 97;
char y = x;

It's just numbers. There is no "conversion" needed.

Regards,
Ray L.