Posts by Gabriel Custódio • 3 points
1 post
-
-1
votes1
answer28
viewsQ: printf printing strange numbers
#include <stdio.h> #include <locale.h> void main() { int i, n; setlocale(LC_ALL, "Portuguese"); printf("Digite um número: "); scanf("%d", &n); printf("\nSequência decrescente de %d…