Q103
What will be the output of the following Java program? class mainclass public static void main(String args[]) char a = 'A'; a++; System.out.print((int)a);
A.
66
AnswerB.
67
C.
65
D.
64
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board