Posts by Any2Just4u • 19 points
2 posts
-
1
votes2
answers101
viewsQ: How to handle printf in C language
Hello! How do I put something after the variable in a printf. Ex: printf("Digite um valor para a posição: [%d", l); printf(" ,%d", c); printf(" ]"); I am using the example above, but I was wondering…
-
-1
votes1
answer115
viewsQ: Enter lower case/upper case in C
How do I independent of the user typing the letter in lower or upper case read by scanf_s? printf("\nVocê gostou do nosso produto?\n" "\n[S] - Sim" "\n[N] - Não\n\n" "RESPOSTA:\t\n"); scanf_s(" %c",…
casked Any2Just4u 19