Hello again, This following question is merely for my own gratification.
I understand that the following code is illegal on many compilers and I was told so many times by my instructors, but what I don't really understand is why.
Is it because of security risk? Is it inefficient? I won't ever try to use this notation, but I am curious as to what disallows it.
1 2 3
cout << "Enter number of students: \n";
cin >> number;
int score[number];