#include#include#include main(){ struct date d; getdate(&d); printf("Current system date is %d/%d/%d",d.da_day,d.da_mon,d.da_year); getch(); return 0;}
bhhhhhhh
bhhhhhhh
ReplyDelete