InterviewSolution
Saved Bookmarks
| 1. |
The C library function _____________function converts the wide character to its multibyte representation.(a) mblen()(b) mbtowc()(c) wcstombs()(d) wctomb()This question was posed to me in semester exam.Enquiry is from General Utilities topic in division C Library of C |
|
Answer» Right option is (d) wctomb() |
|