Multiple Choice
After the following statement executes, what value is stored in the variable num? num = atoi("1000") ;
A) 1000
B) 999 (1000 minus 1 for the null terminator)
C) "1000"
D) "thousand"
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: You may use the <, >, <=,
Q5: A library function that can find one
Q8: The isdigit function will return a true
Q10: In C++ a C-string is a sequence
Q10: To use the strlen function in a
Q23: This function concatenates the contents of one
Q26: This library function reverses the order of
Q31: To determine whether a character entered is
Q41: Which of the following lines of code
Q45: Which statement converts the string "10" to