Hi everyone.
I'm new here, and I have a question, very simple for most of you... I guess.
Here's the code:
The result is:Code:#include <iostream>
using namespace std;
int main ()
{
int a, b, c;
cout << a << endl << b << endl << c <<endl;
system ("pause");
return (0);
}
2
16
2293672
How and why got the three variables those values??
Thank you.

