Q144
What is "a" in the given C code? size_t wcstombs(char *s, const wchar_t *a, size_t n)
A.
"a" is wide character string to be converted
AnswerB.
"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
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board