Menu
×
×
Correct!
Exercise:What is the result of the following example?
bool isHamburgerTasty = true;
bool isPizzaTasty = true;
printf("%d", isHamburgerTasty == isPizzaTasty);
@(1)
bool isHamburgerTasty = true;
bool isPizzaTasty = true;
printf("%d", isHamburgerTasty == isPizzaTasty);
1
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 46 exercises.
Are you sure you want to continue?