InterviewSolution
Saved Bookmarks
| 1. |
My Program Has An Array Defined To Have 10 Items. Due To A Bug, I Find That Even If The Program Access The 11th Item In This Array, The Program Does Not Abend. What Is Wrong With It? |
|
Answer» MUST use COMPILER OPTION SSRANGE if you want array BOUNDS checking. Default is NOSSRANGE. Must use compiler option SSRANGE if you want array bounds checking. Default is NOSSRANGE. |
|