‹ Back to the paper
What is the output of the statement given below? System.out.print('A' + '1' + 'C');
- (a)65+1+66
- (b)10+1+67
- (c)181
- (d)65+49+67
Answer
No answer yet.
From ISC 2022 Computer Science - Specimen paper (Semester 1), Paper 1, question 17.