int a[50]; int *pa; pa=a;
To access the 6th element of the array which of the following is incorrect?
Answer & Explanation Option: [D]