Question: 8. Is there any problem in the following program? How will you fix it? int array[SIZE]; int i; for (i = 0; i < SIZE;
8. Is there any problem in the following program? How will you fix it? int array[SIZE]; int i; for (i = 0; i < SIZE; i++) array[i] = i; int *ptr-array; for (i = 0; i < SIZE; i++) printf("%d", *array++)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
