InterviewSolution
Saved Bookmarks
| 1. |
What is the name of the function that is used to convert multibyte character to wide character?(a) mblen()(b) mbtowc()(c) mbstowcs()(d) wcstombs()The question was asked in homework.Query is from General Utilities topic in division C Library of C |
|
Answer» CORRECT option is (b) mbtowc() Explanation: mbtowc() FUNCTION is used to convert the multibyte CHARACTER to WIDE character. |
|