Computer Science, asked by rv4798029, 6 months ago

17. What are out of bound subscripts?​

Answers

Answered by hardik3332
1

Answer:

It just means that either alter > ncol( reach_mat ) or i > nrow( reach_mat ) , in other words, your indices exceed the array boundary (i is greater than the number of rows, or alter is greater than the number of columns)

Similar questions