printf("remember, /* this isn't a comment */"); printf("/* This isn't a comment %s */", /* but this is */ "/* this isn't, though */); // /* The code between these lines int x = y + z; // is not commented out. The line level comments take precedent */