InterviewSolution
Saved Bookmarks
| 1. |
How can a string be converted to a number? |
|
Answer» The FUNCTION takes the string as an input that needs to be converted to an integer. int atoi(const char *string)Return Value:
|
|