The strlen() function returns the number of ____ in its C-string parameter.

A. bits
B. bytes
C. words
D. characters


Answer: D

Computer Science & Information Technology

You might also like to view...

The statement________ assigns an array of three columns and five rows to the two- dimensional int array variable myArray.

``` a) myArray = new int[ 5 ][ 3 ]; b) myArray = new int[ 4 ][ 2 ]; c) myArray = new int[ 3 ][ 5 ]; d) myArray = new int[ 2 ][ 4 ]; ```

Computer Science & Information Technology

A heart-rate monitor that you wear on your wrist is an example of a(n) ________ device

Fill in the blank(s) with correct word

Computer Science & Information Technology

Web ____ are collections of text in HTML format combined with images in various formats.

A. windows B. panels C. views D. pages

Computer Science & Information Technology

PowerPoint 2007 and PowerPoint 2010 share backward compatibility in all features.

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

Computer Science & Information Technology