Assignment operators op

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Assignment operators op - strona 1

Fragment notatki:

Assignment operators op = • If expr 1 and expr 2 are expressions, then expr 1 op= expr 2 is equivalent to expr 1 = ( expr 1 ) op ( expr 2 ) except that expr 1 is computed only once. • op may be one of: + - * / % & ^ | • Examples: ...works like: x += 10; x = x+10; a *= b + c; a = a*(b+c); ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz