Which of the following statements about the character classifying functions is true?

A. isalnum returns false if the character is an alpha
B. isxdigit returns false if the character is F or f
C. isgraph returns true if the character is null
D. isspace returns true if the character is a tab.
E. isprint returns false if the character is a space


Answer: D

Computer Science & Information Technology

You might also like to view...

LinkLabels are most commonly used for:

a) shortcuts to menu items. b) links to an Explorer window. c) links to a Web site. d) a and b e) b and c

Computer Science & Information Technology

Give the output from this code fragment:

``` int *p1, *p2; p1 = new int; p2 = new int; *p1 = 10; *p2 = 20; cout << *p1 << “ “ << *p2 <

Computer Science & Information Technology

A(n) ____ is an effect you can apply to text, objects, graphics, or pictures to make those objects move during a slide show.

A. animation B. photography C. media D. sliding

Computer Science & Information Technology

MC The World Wide Web Consortium (W3C) is an organization that:

a) maintains and runs the Internet b) removes junk and broken links from the Web c) developed e-mail d) helps to develop and improve the World Wide Web (WWW)

Computer Science & Information Technology