MCQOPTIONS
Saved Bookmarks
| 1. |
When using atoi( ) with an apstring variable, |
| A. | all numbers within the string will be converted to integers. |
| B. | you must convert the apstring to a standard string by using .c_str( ). |
| C. | all alphabetic characters within the string will be counte |
| D. | all characters within the string will be converted to ASCII equivalents. |
| Answer» C. all alphabetic characters within the string will be counte | |