I created the following function to join two vectors (not being able to repeat an equal number), follow the function and comments showing what I did and the error that is giving:
void uniao(int *A, int *B, int qnt)
{
int C[qnt*2], cont, c...
asked by
16.09.2015 / 19:15