InterviewSolution
Saved Bookmarks
| 1. |
Which of the following library functions is used to read location dependent information?(a) localtime()(b) localeconv()(c) localcon()(d) local()This question was addressed to me in a job interview.This is a very interesting question from Date and Time Function topic in chapter C Library of C |
|
Answer» Right OPTION is (b) localeconv() |
|