What is the return value of strxfrm()?
(a) length of the transformed string, not including the terminating null-character
(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
This question was addressed to me in a job interview.
The above asked question is from String Operations topic in division String Operations in C of C