pitfalls

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
pitfalls - strona 1

Fragment notatki:

pitfalls  Consider following use of max : max(i++, j++)  The larger variable will be incremented twice!  Analyze this macro: #define square(x) x * x and it 's use: y = square(z+1);  The result: y = z + 1 * z + 1 ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz