got another almost impossible exercise I'll simplify a bit so if long long a[3] = {3, 65535, 65536} and short int *q = (short*) a why (*(q+9)-q[0]) == -2 is true?
int a = -1, b = 100; b += a && a++; Can someone please explain me why if i printf("%d", b) i get 101 and not 99?
guys somebody knows about FSM?
still don't know why they want me to know this, is this something id use later on? Or is it just something that looks smart..