SyntaxFix
Write A Post
Hire A Developer
Questions
char c1 = (char)97; //c1 = 'a' int i = 98; char c2 = (char)i; //c2 = 'b'