When using atoi( ) with an apstring variable,?

  1. you must convert the apstring to a standard string by using .c_str( ).

  2. all numbers within the string will be converted to integers.

  3. all characters within the string will be converted to ASCII equivalents.

  4. all alphabetic characters within the string will be counted.


Correct Option: A

Find more quizzes: