Qual o erro no código
abaixo e porque isso ocorre?





void troca( char *a, char *b) {

char *temp;

*temp = *a; *a = *b; *b = *temp;
}


Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Lista de comentários


Helpful Social

Copyright © 2024 ELIBRARY.TIPS - All rights reserved.