+ 8
What will happen when I try to store negative value in char
I try it in c and java and I get this result char x=-2; in c x=254 in java x=65534 What did happen here?
2 Antworten
+ 3
lol
I try it in c and java and I get this result char x=-2; in c x=254 in java x=65534 What did happen here?