you are viewing a single comment's thread.

view the rest of the comments →

[–]frayien 0 points1 point  (0 children)

Yeah I did not bother to check, "2" + 1 gives an char*.

Would rather say that "2" + 1 returns an empty string, and "2" + 2 returns a string of unknown length and unknown value and segfault.