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()

Explanation: wctomb() is a C Library FUNCTION which CONVERTS the wide character into its multibyte representation. It is stored at the beginning of the character array POINTED to by the respective pointer.



Discussion

No Comment Found

Related InterviewSolutions