I'm having difficulty displaying some printf
, for example:
printf("\nDigite as horas : %d");
And at the time of displaying the message, it appears with a side number, for example:
Enter the hours: 89676
What's wrong with that? I declare the correct variables, but the display shows this number, what can I do to get them out?