MCQOPTIONS
Saved Bookmarks
| 1. |
Which function converts the wide-character string to a multibyte string? |
| A. | wcstombs() |
| B. | mbstowcs() |
| C. | mbtowc() |
| D. | mblen() |
| Answer» B. mbstowcs() | |