Vidyalelo
C Programming · Q36

Standard Library Functions

Programming · C Programming · question 36

Q36

What will the given C code do? #include _Mbsave_Mbxlen=0; int (mblen)(const char *s ,size_t n) return(_Mbtowc(NULL s,n,&_Mbxlen));

A.
determine length of next multibyte code
Answer
B.
determine next multibyte code
C.
translate multibyte string to wide char string
D.
translate wide character to multibyte string

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board