#include using namespace std; int main() { const int size = 4; int * list; int list[size]; return 0; }