In this exercise it is necessary to change only the characters a through b, ie printf output should be like this
{B, 1.5, 2.7}
{A, 3.9, 4.2}
typedef struct{char n;float x;float y;}Ponto;
void troca_nomes(Ponto *a, Ponto *b){
char aux;...
asked by
11.11.2018 / 21:43