1.

When using atoi() with an ap string variable ...................

A. you must convert the apstring to a standard string by using .c_str( )
B. all numbers within the string will be converted to integers
C. all characters within the string will be converted to ASCII equivalents
D. all alphabetic characters within the string will be counted
Answer» B. all numbers within the string will be converted to integers


Discussion

No Comment Found