×
×
Correct!
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! |
This will reset the score of ALL 39 exercises.
Are you sure you want to continue?