Which in my head should assign fptr the memory address of the first element of numbers, then add one to the memory address each pass until it is through the list, but I can't even test because I get the following errors:
A value of type double(*)[10] can not be assigned to an entity of type double*
Any ideas? This is my last question and the exam is due at midnight!