Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

so this compiles just fine

Name: Anonymous 2014-04-27 16:07


#include <stdio.h>

int main(int argc, char** argv) {
int i = i;
printf("%d\n", i);
return 0;
}


I guess I shouldn't be surprised, but this is a bit of a jolt after using let.

Name: Anonymous 2016-07-17 23:15

>>1
The more interesting question: is the following UB?
#include <stdio.h>

int main(int argc, char** argv) {
unsigned i;
i ^= i;
printf("%u\n", i);
return 0;
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List