- or download this
$i = 0; ++$i = 'fred';;
Can't modify preincrement (++) in scalar assignment
- or download this
#include <stdio.h>
...
f( &( ++x ), &( ++x ) );
return 0;
}
- or download this
junk.c
junk.c(11) : error C2102: '&' requires l-value
junk.c(11) : error C2102: '&' requires l-value
junk.c(11) : error C2198: 'f' : too few arguments for call