I see random values in "i" every time I run the program --
int var=1;
int main()
{
int i = i;
cout<<i;
cin.get();
}