The function ____ converts an ASCII string to an integer.

A. string itoa(int)
B. double atof(string)
C. int atoi(string)
D. int toupper(int)


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. With a nonfatal logic error, an IPython interactive session terminates. b. For a fatal logic error in a script, an exception occurs (such as a ZeroDi-visionError from an attempt to divide by 0), so Python displays a traceback, then terminates the script. c. A fatal error in interactive mode terminates only the current snippet. Then IPython waits for your next input. d. All of the above statements are true.

Computer Science & Information Technology

Which of the following are binding properties?

a. Integer b. Double c. IntegerProperty d. DoubleProperty e. String

Computer Science & Information Technology

Describe two ways to start KWrite.

What will be an ideal response?

Computer Science & Information Technology

A report containing more than one page should have page numbers included in the ________ section

Fill in the blank(s) with correct word

Computer Science & Information Technology