Increment and Decrement Operators

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Increment and Decrement Operators - strona 1

Fragment notatki:

Increment and Decrement Operators • ++ • -- • may be used either as: - prefix operators (before the variable, as in ++i ) - postfix operators (after the variable: i ++ ) • Example: if i is 3, then k = i++; sets k to 3, but k = ++i; sets k to 4; both set i to 4. ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz