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

1. The strlen function returns a C-string's length and adds one for \0.
2. The ftoa function converts a floating-point value to an ASCII value.
3. By being able to pass arrays as arguments, you can write your own functions for processing C-strings.
4. The C++ library provides functions for converting a string representation of a number to a numeric data type and vice-versa.
5. If an uppercase character is passed as an argument to the toupper function, the result will be an uppercase character.


1. F
2. F
3. T
4. T
5. T

Computer Science & Information Technology

You might also like to view...

What property is available for most controls that allows you to hide/unhide them either manually by setting the property or by setting it during run time via code?

(A) Clear (B) Refresh (C) Visible (D) View-Control

Computer Science & Information Technology

And and Or are called ____ because they operate on two conditions, joining them into a combined condition.

A. unary logical operators B. relational operators C. static operators D. binary logical operators

Computer Science & Information Technology

Websites that require a subscription or membership are deep sites.

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

Computer Science & Information Technology

Refer to the Exhibit. An administrator is adding an NFS datastore as shown in the Exhibit. What is the purpose of the Servers to be added list?

A. It contains the IP addresses of the NFS Storage Server to provide multipathing capability. B. It contains the IP addresses of the ESXi hosts that mount the datastore. C. It contains the IP addresses used for Dynamic Discovery of targets. D. It contains the IP addresses used for Static Discovery of targets.

Computer Science & Information Technology