Question: Using a pointer to reference nonexistent array elements. For example if nuns is an array of 10 integers the expression *(nuns+60) points 50 integer location
Programming Errors n arra nces, this type of error is not caught by the compiler. This is the same error as using a subscript t of 10 integers, the expression*(nums60) points 50 integer locations beyond the reference an out-of-bounds array element disguised in its pointer notation form
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
