top | item 47206011

(no title)

xigoi | 15 hours ago

I’m talking about the “non-local” flavor of undefined behavior. For example, I’d expect the following code:

  int x;
  printf("%d", x - x);
to always print 0, but it can it fact do anything at all.

discuss

order

No comments yet.