Skip to content
Snippets Groups Projects
Commit 216b3c1e authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Estruturando e Identando II

parent 24ebe0c0
No related branches found
No related tags found
No related merge requests found
//sempre colocar declaração da função aqui
void LerDados (int *Vetor);
void GeraVetor (int *Vetor);
void ImprimeVetor (int *Vetor);
void SelectSort (int *Vetor);
void VerificaNumero (int *Vetor, int *Escolhidos);
void PesquisaBinaria (int *Vetor, int Elem);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment