Which of the following correctly declares name to be a character array and stores "William" in it?

A. char name[6] = "William";
B. char name[7] = "William";
C. char name[8] = "William";
D. char name[8] = 'William';


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is notan example of a copyleft licensing scheme?

a. Attribution – CC BY b. Fair use c. Attribution-NonCommercial-NoDerivs – CC BY-NC-ND d. GNU GPL

Computer Science & Information Technology

When you set a baseline for the master project, each task inserted at the master project level, as well as every summary task that represents a(n) subproject, is updated with the baseline field values.

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

Computer Science & Information Technology

The second step in writing a business document is to:

A) determine the length of the document. B) determine the key messages/decisions. C) identify the reader. D) identify the objectives.

Computer Science & Information Technology

In Excel, the blue line indicates the ________ border

A) cell range B) data range C) numeric range D) table range

Computer Science & Information Technology