Multiple Choice
The ________ function converts an integer to a string and returns the string value.
A) string stoint(int i)
B) string strtoint(int i)
C) string strint(int i)
D) string to_string(int i)
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: The _ library function reverses the order
Q24: An array of characters ending with the
Q25: To declare an array that will store
Q26: When using the strcat function, you must
Q27: To use the ostringstream class, you must
Q29: There exist C++ stream classes that write
Q30: The null terminator stands for the ASCII
Q31: The _ function accepts a C-string as
Q32: The _ function concatenates the contents of
Q33: The type of the literal string "Hello"