have you tried this in c2c compiler?
what should be in a variable?
Visual C++ says a=1 and i agree with visual C, but maybe i'm wrong... i'd like to hear your opinion. Thanx
#include <system.h>
#define A 1
#define B 257
#define CX (A+
void main() {
char a;
a = CX >> 8;
}