1.

State the value of n and ch.char c = 'A';int n= c + 2;char ch = (char) n;​

Answer»

ANSWER:

The VALUE of N is A2

The value CH is A2



Discussion

No Comment Found