size_t wcstombs(char *s, const wchar_t *a, size_t n)
a) “a” is wide character string to be converted
b) “a” is pointer to an array of char elements
c) “a” is pointer to the first byte of a multi-byte character
d) “a” C multibyte character string to be interpreted
What is “a” in the given C code?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is “a” in the given C code?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!