C Language Data Files Interview Questions and Answers For Freshers Part-3
9. How do you list a file’s date and time? A file’s date and time are stored in the find_t structure returned from the _dos_findfirst() and_dos_findnext() functions. The date and time stamp of the file is stored in the find_t.wr_date…
Read More