Vidyalelo
C Programming · Q131

Arrays and Strings

Programming · C Programming · question 131

Q131

Use . . . . . . . . to determine the null-terminated message string that corresponds to the error code errcode.

A.
strerror()
Answer
B.
strstr()
C.
strxfrm()
D.
memset()

Answer: Option A

Solution

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