eassy but difficult for me
what does 424811 mean ???
1 2 3 4 5 6 7 8 9 10 11 12
|
#include<iostream>
#include<cstring>
#include<conio.h>
using namespace std;
int main(){
system("color a9");
int b;
cout<<b;
}
|
Try it with line 8 int b = 7
You have just discovered undefined behaviour by not initializing variables.
Topic archived. No new replies allowed.