#include <iostream>
using namespace std;
int main() {
int list[12] = {8,1,11,4,2,9,10,5,3,12,6,7};
cout<<list;
return 0;
}
I run the above code and get this:
0x22fef0Press any key to continue . . .
Please help!!!
New with C and new with Dev-C++ which my University wants us to use...
Running from Windows 7
Dev-C++ 4.9.8.3
MinGW compiler