1.

Does C# Do Array Bounds Checking?

Answer»

YES. An IndexOutOfRange EXCEPTION is USED to SIGNAL an ERROR.

Yes. An IndexOutOfRange exception is used to signal an error.



Discussion

No Comment Found