Multiple Choice
The function that accepts a C-string as an argument and converts the string to a long integer is
A) atol
B) strlong
C) strtolong
D) stringlong
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: The C++ library provides functions for converting
Q7: Given the string shown below, if the
Q8: To determine whether a character entered is
Q9: The function that converts a C-string to
Q10: In C++ a C-string is a sequence
Q12: To determine whether a character entered is
Q13: The function that accepts pointers to two
Q14: The string class's front and back member
Q15: Which of the following statements appropriately defines
Q16: What is the result after the following