Computer Science, asked by ChocolateIcecream, 1 month ago

Consider the statement: int a =40; char b ='a'; char c = (char) a; What will be the final values stored in a, b and c​

Answers

Answered by PS016
0

a = 40

b = a

c = (

the ASCII 40 is for (

Similar questions