We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have a slight problem with the following code:
unsigned char code * code x[] = {"a", "b", "c"}; void main() { unsigned char a; for(;;) a = x[0][0]; }