Exercise G | Conceptual Questions on Arrays in C Programming
Duration: 5:11 Min | Sep 10, 2023
What will happen if you try to put so many values into an array when you initialize it that the size of the array is exceeded?
1. Nothing
2. Possible system malfunction
3. Error message from the compiler
4. Other data may be overwritten