Vidyalelo
C Programming · Q70

Arrays and Strings

Programming · C Programming · question 70

Q70

What is the return value of strxfrm()?

A.
length of the transformed string, not including the terminating null-character
Answer
B.
length of the transformed string, including the terminating null-character
C.
display the transformed string, not including the terminating null character
D.
display the transformed string, not including the terminating null-character

Answer: Option A

Solution

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