1.

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

Answer»

VALUE of N = 66

value of CH = B



Discussion

No Comment Found