सरणी के चौथे तत्व तक पहुंचने के लिए सही विकल्प चुनें:
Choose the correct option to access the 4th element of the array :
int z [30];
int *pz;
pz = z;
A)
B)
C)
D)
Explanation: