Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stevenvar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
stevenvar
6y ago
Because most of the time* an array name decays to a pointer to the first element of the array. So when the array is declared char alphabet[10] = {'a', 'b', 'c', 'd', 'e'}; What the al