Computer Science, asked by mahnurislam096, 7 months ago

char c = 250;
c += 8;
What value does c have after the above statements are executed? (Give your answer as a decimal integer.)
PLZ explain it

Answers

Answered by imtiyazallam
0

Answer:

Variable c have 258 in the Integer form.

Explanation:

In the form of character it is 'Ă'

Similar questions