wcstoll() function in C/C++
The wcstoll() function in C/C++ converts a wide-character string to a long long integer. It sets the pointer to point the first character after the last character. Syntax : long long wcstoll( const wchar_t* str, wchar_t** str_end, int base ) Parameter: The function accepts three mandatory parameters