Array names vs pointers

Nasza ocena:

3
Wyświetleń: 378
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
Array names vs pointers - strona 1

Fragment notatki:

Array names vs. Pointers • An array name is not a variable! = e.g. may not be incremented • Another way of accessing elements: t[i] *(t+i) • A curiosity: t[i] *(t+i) *(i+t) i[t] t[5] 5[t] /* yes, it works */ ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz