What does the atoi function do?

A. Converts an integer to a character array.
B. Converts an integer to a string.
C. Converts a string to an integer.
D. Converts a C-string to an integer.


D

Computer Science & Information Technology

You might also like to view...

What is wrong with the following code?

int total, number; int counter = 0; while (counter < 10) { cin >> number; total = total + number; counter = counter + 1; }

Computer Science & Information Technology

Because Word's mail merge feature does not allow field names to begin with a number, any field names from an Access database that begin with a number are prefixed:

A) with an M and an underscore. B) with an N and an underscore. C) by an asterisk sign (*). D) by the number sign (#).

Computer Science & Information Technology

The ________ Search box is the location from which you can search for online images to insert into your presentation

A) Microsoft Office 2016 B) Microsoft PowerPoint Image C) Bing Image D) Microsoft

Computer Science & Information Technology

A TextBox object allows a user to enter programming code into the program during program execution.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology