The ____ function returns a nonzero number if the character is a letter or a digit; otherwise, it returns a zero.
A. isalnum(char)
B. islower(char)
C. isdigit(char)
D. isalpha(char)
Answer: A
You might also like to view...
The Data Link Layer of the OSI model is
a. responsible for transmission of bits b. responsible for routing c. responsible for isolating the lower layers from the upper layers d. responsible for checking for errors
The java.util.Date class is introduced in this section. Analyze the following code and choose the best answer : Which of the following code in A or B, or both creates an object of the Date class:
``` A: public class Test { public Test() { new java.util.Date(); } } B: public class Test { public Test() { java.util.Date date = new java.util.Date(); } }``` a. A. b. B. c. Neither
The CLR is a(n) ___________ machine. It is software that manages the execution of programs and hides from them the underlying operating system and hardware.
Fill in the blank(s) with the appropriate word(s).
In Microsoft Excel 2016, charts are used to:?
A. ?represent data in rows and columns. B. ?illustrate numbers. C. ?emphasize geographical features in maps. D. ?change a page's orientation.