Exercise (DO IT NOW)
What is the output?
int x, y;
x = 3;
y = 5;
if ( x < 2)
printf("%d\n", x);
else
printf("%d\n", y);
Previous slide
Next slide
Back to first slide
View graphic version