arebabab 0 Denunciar post Postado Novembro 20, 2019 o codigo ta saindo em linha alguem me ajuda pf #include <stdio.h> #include <stdlib.h> #include <time.h> int main(){ char as[15][10]; int i,j; srand(time(NULL)); for(i=0; i<15; i++) {for(j=0; j<10; i++) { as[j] = rand()% 2; printf("%d \n", as[j]); } printf("\n"); } printf("\n "); return 0; } Compartilhar este post Link para o post Compartilhar em outros sites