Explanatory Question
State the values of n and ch.
char c = 'A';
int n = c + 1;
char ch = (char)n;
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.