Chapter - 9: Arrays

What would happen if you try to put so many values into an array when you initialize it that the size of the array is exceeded?


G
Sections
1
Exercises

1. nothing
2. possible system malfunction
3. error message from the compiler
4. other data may be overwritten 


Ans: 2. possible system malfunction


© 2021 Garbage Valuegarbage value logo