Posts by iagobr • 1 point
1 post
-
-1
votes2
answers339
viewsA: String reading and input buffer
it is very simple I will give a tip that I use a lot` struct participante{ char nome[40]; char cpf[11]; char email[20]; char matricula[15]; char nascimento[8]; int ocupacao;}; struct participante…