

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