Given the piece of code int a[50]; int *pa; pa = a; to access the 6th element, which of the following is incorrect?
Reveal answer
Fill a bubble to check yourself
Given the piece of code int a[50]; int *pa; pa = a; to access the 6th element, which of the following is incorrect?