how to define a structure (including year, month, day), calculate the day in the current year? (note the leap year), in C

后端 未结 0 1279
悲&欢浪女
悲&欢浪女 2020-12-16 10:40

struct date{ };

INT Days(struct date );

INT main()

{

.....

return 0;

}

INT Days(struct date d )

{

INT day;

相关标签:
回答
  • 消灭零回复
提交回复
热议问题