-->
当前位置:首页 > 题库

单选题:What will happen to access an invalid index of an array?

Luz5年前 (2021-05-10)题库1031
What will happen to access an invalid index of an array? @[B](2)

A. Program terminated.
B. Exception thrown.
C. System crashed.
D. Access ignored.






A.Program terminated.
B.Exception thrown.
C.System crashed.
D.Access ignored.


答案:B