Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Ist '1'+1 immer '2'?
Also die Zifgern-Character, liegen die immer hintereinander?
jo, das ist garantiert, sowohl bei ASCII, ANSI, UNICODE und EBCDIC
um nicht zu sagen im C-Standard
was aber nicht garantiert ist, dass int c='0'; äquivalent zu int c = 48; ist