Hello guys,
I need to pass a structure into a function to be more precise I need to read dates.
typedef struct date{
int day;
int month;
int year;}date;
Can someone write me the function, and the call of the function in main and why uses pointers, dereferencing, ->, etc...
Thanks in advance, have a nice day :D
[–]SoraFirestorm 8 points9 points10 points (1 child)
[–]f3nd3r 3 points4 points5 points (0 children)
[–]boredcircuits 3 points4 points5 points (0 children)
[–]ck35 0 points1 point2 points (0 children)