Mettre int dans chaîne C%

int myInt = 0;
printf("Some int : %d",myInt)
Outstanding Oystercatcher