InterviewSolution
Saved Bookmarks
| 1. |
Select the function that reads or sets location dependent information.(a) longjmp()(b) setlocale()(c) assert()(d) toupper()This question was addressed to me in an interview for internship.This key question is from Localization in division C Library of C |
|
Answer» The CORRECT OPTION is (b) setlocale() |
|