Posts by Rui Correia • 11 points
1 post
-
1
votes0
answers33
viewsQ: I can’t add the name to the struct
typedef struct Pessoa { int id_pessoa; char nome[100]; int idade; float peso; }PESSOA; //FUNÇÃO PARA PEDIR OS DADOS DA PESSOA PESSOA DadosPessoa(int nrpessoas) { PESSOA *pessoa = (PESSOA…
c++asked Rui Correia 11