how come i get the stranger number?

Might Guy

New member
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?
 
Back
Top