Which of the following is not a correct way to initialize a built-in array?

a. int n[5]{0, 7, 0, 3, 8, 2};
b. int n[]{0, 7, 0, 3, 8, 2};
c. int n[5]{7};
d. int n[5]{9, 1, 9};

a. int n[5]{0, 7, 0, 3, 8, 2};

Computer Science & Information Technology

You might also like to view...

A(n) ________ can be used as a data source for a merged document

A) Access database B) Excel worksheet C) Outlook Contact list D) all of the above

Computer Science & Information Technology

Word's built-in Page Numbers feature will only insert page numbers at the top right hand corner of each page

Indicate whether the statement is true or false

Computer Science & Information Technology