InterviewSolution
Saved Bookmarks
| 1. |
Which of the following functions is used to convert the date and time into a calendar format?(a) difftime()(b) clock()(c) mktime()(d) ctime()This question was addressed to me in an interview.My question comes from Date and Time Function topic in portion C Library of C |
|
Answer» Right option is (c) mktime() |
|