ICSE Class 10 Computer Applications Question 30 of 30

Solved 2023 Question Paper ICSE Class 10 Computer Applications — Question 30

Back to all questions
30
Question

Question 2(x)

Write the value of n after execution:

char ch ='d';
int n = ch + 5;	
Answer

The value of n is 105.