This code compiles, but I have a run time error in Visual Studio:
Run-time check failure #3 - the variable \'x\' is being used without being initializ
There is no scope resolution operator in C, so you may not be able to use
int x = x;
in your program.