retagged by
1,727 views

2 Answers

3 votes
3 votes
answer is option (A)

*(X+i)=X[i]=*(&x[i])

for option c *(X+i)=**(X+i)  which is not correct
Answer:

Related questions

2 votes
2 votes
2 answers
1
4 votes
4 votes
4 answers
2
admin asked Mar 31, 2020
1,398 views
What is the meaning of following declaration?int(*p[7])();$p$ is pointer to function$p$ is pointer to such function which return type is array$p$ is array of pointer to f...