M Might Guy New member Apr 20, 2010 #1 when we create a variable, it starts out as an empty storage bin with nothing in it. then how come i get a strange number int c; cout<<c<<endl; i got 1979898631, what is this number?
when we create a variable, it starts out as an empty storage bin with nothing in it. then how come i get a strange number int c; cout<<c<<endl; i got 1979898631, what is this number?