Pointers memory - overview

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Pointers memory  - overview - strona 1

Fragment notatki:

Pointers - accessing memory int x; pti = &x; x = 6; *pti = *pti + 1; /* now x is 7 */ x++; printf(”%d”,x); /* now 8 */ ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz