What is "a" in the given C code?
size_t wcstombs(char *s, const wchar_t *a, size_t n)

What is "a" in the given C code?

size_t wcstombs(char *s, const wchar_t *a, size_t n)
Correct Answer "a" is wide character string to be converted

Bissoy MCQ

Related Questions

What is the purpose of the given C code?
#include  _Mbsave _Mbxtowc = {0}; int (mbtowc) (wchar_t *pwc, const char *a, size_t n) {return (-Mbtowc (pwc, s, n, &-Mbxtowc) ) ;}
What will the given C code do?
int memcmp(const void *str1, const void *str2, size_t n)
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));}
What does the following function returns void *memmove(void *s1,const void s2, size_t n);?
void *memcpy(void *dest, const void *src, size_t n) What does the following code do?
If a const object calls a non-const member function then ____________________