Computer Science, asked by gourang4863, 10 months ago

Char c=250;c+=8;what value does c have after the above statement are executed

Answers

Answered by pratikpunekarkop
21

Answer:

STX (i.e. START OF TEXT)

2 , after type casting to int

Explanation:

The total integer value = 258

But , range of char is -128 to +127

So , it gives the integral value 2 .

Answered by gauravranbir
5

Answer:

2

Explanation:

Similar questions