Which of the given function differs from the statement’errno is not neccessarily set on conversion error’?
Answer: D
The function atoi() and atol() are similar to strtol(), atof() is similar to strtod() except that errono is not necessarily set on conversion error.