Numero 1 a 50

PHOTO EMBED

Wed Jul 06 2022 18:15:26 GMT+0000 (Coordinated Universal Time)

Saved by @MentosBala #undefined

​#include<stdio.h>
#include<locale.h> 

   {

    int num;

        setlocale(LC_ALL,"Portuguese");
        printf("\n\t Imprimir os números de 1 até 50 : \n"); 
        for(num=1;num<=50;num++)
     {
        printf(" %d\n",num);
     }
   return 0;
}
content_copyCOPY

https://gist.github.com/