InterviewSolution
Saved Bookmarks
| 1. |
The______function is used to convert the initial portion of the string pointed to by, to unsigned long int representation.(a) strtod()(b) atol()(c) strtoul()(d) strtol()The question was posed to me in homework.I'm obligated to ask this question of General Utilities in chapter C Library of C |
|
Answer» Right choice is (c) strtoul() |
|