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...

To circumvent stack buffer overflows, programmers create applications that do not allow extra characters to be accepted by a variable making the traditional buffer overflow method problematic. This check can be bypassed by using the ____ method.?

A. ?character hashing B. ?nybble-to-byte compression C. ?character-set decoding D. ?set encryption

Computer Science & Information Technology

You can use database templates or you can create your own template for an Access database

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ________ is software that is used to manage and interact with databases

A) database management system B) spreadsheet system C) entity relationship system D) object relationship system

Computer Science & Information Technology

The BIOS chip creates a link between the operating system and the hardware components. Over time, hardware components become obsolete and are upgraded to meet standards. Suppose a new hard drive is not recognized correctly. What could the end user perform to fix this problem?

a. Change operating systems. b. Contact the hard drive manufacturer. c. Upgrade (flash) the BIOS. d. Change the CMOS battery.

Computer Science & Information Technology