Multiple Choice
This function accepts a C-string containing a number as its argument and returns the integer equivalent.
A) strToInt
B) itoa
C) atoi
D) int_from
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: When using the strcat function you must
Q10: In C++ a C-string is a sequence
Q28: This function accepts a pointer to a
Q29: After the following statement executes, what
Q30: A practical application of this function is
Q31: To determine whether a character entered is
Q32: To change a character argument from lower
Q35: This function converts a C-string to an
Q36: The strcpy function's arguments are:<br>A)two C-strings<br>B)two addresses<br>C)three
Q39: By being able to pass arrays as