Menu
×
×
Correct!
Exercise:Fill in the blanks to multiply
int x = 10;
int y = 5;
printf("@(2)", x @(1) y);
int x = 10;
int y = 5;
printf("%d", x * y);
int x = 10;
int y = 5;
printf("%i", x * y);
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 46 exercises.
Are you sure you want to continue?