____ is the function that copies the contents of string1 to string2.

A. strcat()
B. strcopy()
C. strcmp()
D. strtok()


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT a system database on a SQL Server system?

A. model B. master C. directory D. resource

Computer Science & Information Technology

To navigate a table, you can use the keyboard shortcut ________ to move right to left

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ____________________ is a table row that contains data about an object, person, or other type of item.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following statements about pointer casting is false?

A. Casting changes a null pointer to a valid address.  B. Casting allows the assignment between incompatible pointer types. C. Only pointers to void should be cast. D. The cast provides a type for pointer to void.

Computer Science & Information Technology