
Enviado em 02/11/2020 - 17:46h
Boa noite a todos.#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "funcoes_ordenacao.h"
int main() {
int i;
int *vd;
// int tam = v10;
vd = malloc(v10 * sizeof(int));
srand(time(NULL));
for (i = 0; i < v10; i++)
vd[i] = rand() * 10;
printf("\n");
for (i = 0; i < v10; i++)
printf("%d ", vd[i]);
printf("\n");
printf("\n");
free(vd);
return 0;
}
Gentoo binário em 2026: UEFI, LUKS, Btrfs e Systemd
Trabalhando Nativamente com Logs no Linux
Jogando Daikatana (Steam) com Patch 1.3 via Luxtorpeda no Linux
LazyDocker – Interface de Usuário em Tempo Real para o Docker
Gentoo: Trocando wpa_supplicant pelo iwd no NetworkManager (Systemd)
OCS Inventory NG: Instalação de Agentes Linux e Windows + Autenticação HTTP
Recriar Links Simbólicos Quebrados
Usando dracut e dispensando genkernel no Gentoo + LUKS + Btrfs
Curso GRÁTIS: OCS Inventory NG - Do Deploy ao Hardening com foco em Segurança da Informação!
Removere linux-image-6... [RESOLVIDO] (2)
Quando vocês pararam de testar distros? (19)
O que houve com slackware ??? (6)









