Liste des Groupes | Revenir à cl c |
On Sat, 06 Jul 2024 15:23:47 -0700, Keith Thompson wrote:
>Lawrence D'Oliveiro <ldo@nz.invalid> writes:>
>On Fri, 05 Jul 2024 11:46:38 -0700, Keith Thompson wrote:
>No, arrays are not pointers.>
Except array indexing is designed to be indistinguishable from pointer
arithmetic.
No, arrays are not pointers.
Can you point out any situation where this construct
>
&a[b]
>
might be valid, but this
>
(a + b)
>
(with the same declarations of “a” and “b”) might not?
Les messages affichés proviennent d'usenet.