Posts by Tessa Martins Souza Souza • 1 point
1 post
-
0
votes1
answer31
viewsQ: Problem printing code involving strings (c language)
#include <stdio.h> #define DIAS 7 typedef struct { char nome[51]; int idade; int refrigerante[7]; }Paciente; int main() { Paciente habitos; //Lendo os dados do paciente…