Which of these characters is not an acceptable character to use in a range name?

A. _
B. z
C. !
D. 1


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following statements restores the stream referenced by infile to a state permitting additional input after it has had an input failure?

a. infile.fail(); b. infile.restore(); c. infile.clear(); d. infile >> clear;

Computer Science & Information Technology

Which of the following are server-side scripting language competitors?

(i) XML (ii) ASP (iii) JavaScript (iv) PHP a. XML and ASP b. ASP and JavaScript c. JavaScript and PHP d. ASP and PHP e. XML: and PHP

Computer Science & Information Technology

For a local variable in a function to retain its value between calls to the function, it must be declared with the ________ storage-class specifier.

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

Computer Science & Information Technology

Which action imports another document into Word while maintaining a link to the original document?

A) Grouping B) Layering C) Embedding D) Linking

Computer Science & Information Technology