If ā€˜a’ is declared as one-dimensional array in ā€˜C’ then

a) *(a + i) is same as *(&a[i])

b) *(a + i) is same as *a + i

c) &a[i] is same as a + i - 1

d) *(a + i) is same as a[i]

Which of the above statements are incorrect?

1
(a) and (b)
2
(a) and (d)
3
(b) and (c)
4
(c) and (d)

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation