Posts by Vinicius Neves • 1 point
1 post
-
-2
votes2
answers31
viewsQ: Problem in struct
Guys, why is my printf not getting the "time" of the struct? it is showing a random value. Follow the code below: #include <stdio.h> struct cadastro{ char nome[30]; int idade; int ano; int…
casked Vinicius Neves 1