1. Find the error in each of the following program segments. Assume the following declarations and statements: int *zPtr; // zPtr w¡її reference array z int *aPtrO 0; int number; int z[5]-{1, 2, 3, 4, 5); a) ++zPtr; ANS: Ь) // use pointer to get first value of array zPtr;
OR
OR