โช Choose the correct option.
Which of the following statements is true after execution of the program
int a[l0],i,*p;
a[0]=1;
a[1]=2;
p=a;
(*p)++;
int a[l0],i,*p;
a[0]=1;
a[1]=2;
p=a;
(*p)++;
int a[l0],i,*p;
a[0]=1;
a[1]=2;
p=a;
(*p)++;