MCQOPTIONS
Saved Bookmarks
| 1. |
A pointer to the starting string is stored in the object pointed to by endptr, provided that endptr is a null pointer |
| A. | A pointer to the final string is stored in the object pointed to by endptr, provided that endptr is not a null pointer |
| B. | A pointer to the final string is stored in the object pointed to by endptr, provided that endptr is a null pointer |
| C. | A pointer to the starting string is stored in the object pointed to by endptr, provided that endptr is not a null pointer |
| Answer» D. | |