In Dev C++ I see than no checking is performed if you use elements beyond array dimension.
Is this safe? Is there any setting of compiler to perform checking
and stop execution in case of use the index array beyond its range?