For different programming languages different events willhappen:
Access violation and program termination for programs in C++, Delphi, Pascal
Out of index exception for OO languages: Java, C#, Python etc.
Another situation with PHP and Javascript: in these languages operator of
reading by index will return an empty value (Null, None, NoN, undefined etc)
Comments
Leave a comment