wcstombs() function in C++ STL
wcstombs() is a builtin function in C++ STL which converts a wide character string to its equivalent multibyte sequence. It is defined within the cstdlib header file of C++. Syntax wcstombs(d, s, n) Parameters: d: It is the parameter which specifies the pointer to a character array at least n bytes