Name: Anonymous 2010-04-10 17:56
If I write the code int i, j; can I assume that (&i + 1) == &j?
Only sometimes. It's not portable, because in EBCDIC, i and j are not adjacent.
Only sometimes. It's not portable, because in EBCDIC, i and j are not adjacent.