Accessing an Out of Bound Index
Learn what happens if we access an out of bound index in an array.
We'll cover the following...
C program does not generate a subscript out of range error
In C programs, if the programmer accidentally accesses an index of an array that is out of bound, the compiler does ...