Učivo
Zasekli jste se? Řešení je zde
6 / 7
Máme program. Urči, co se vypíše.
int x = 5;
int y = 8;
int z = (x==0 && (y=x%3));
printf("%d %d", z, y);
