Pointers - overview

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Pointers  - overview - strona 1

Fragment notatki:

Pointers • A pointer is an address, usually pointing to something useful in the memory • Defining variables storing addresses: * • Example: int *pti; • Getting the address where a given variable resides: & („Ampersand”) int x; pti = &x; ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz