Mara Pereira Posted June 8, 2022 at 09:00 AM Report Share #626161 Posted June 8, 2022 at 09:00 AM Código até agora: void Alterar(ARVORE arvore, int valor, int val) { if(arvore != NULL) { printf("\n Qual Posto de combustível pretende alterar dados (inserir ID)"); scanf("%d",&val); procurar(arvore,val); exibirEmOrdem_id(val); Alterar(arvore -> pDados, ); } } Link to comment Share on other sites More sharing options...
thoga31 Posted June 24, 2022 at 04:49 PM Report Share #626293 Posted June 24, 2022 at 04:49 PM Tens de explicar melhor o problema, além de indicar a definição do tipo ARVORE. 1 Report Knowledge is free! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now