What happens if a subscript value is negative or higher than the highest allowed subscript?
What will be an ideal response?
Some programming languages will stop execution of the program and issue an error message. Other programming languages will not issue an error message but will access a value in a memory location that is outside the area occupied by the array. That area might contain garbage, or worse, it accidentally might contain an incorrect value. Either way, a logical error occurs.
Computer Science & Information Technology
You might also like to view...
Answer the following statement(s) true (T) or false (F)
he Data Link layer attaches a trailer to the end of a packet, and does not include a header.
Computer Science & Information Technology
You can restart a selection with the Magnetic Lasso Tool by pressing the ____ key and then clicking the first fastening point again.
a. Ctrl b. F3 c. Esc d. Shift
Computer Science & Information Technology