Solved

Which of the Following Defines an Array Object That Holds

Question 17

Multiple Choice

Which of the following defines an array object that holds three strings?


A) array<int, 3> items = {blue, green, yellow}
B) array<strings, 4> items = {'blue', 'green', 'yellow',}
C) array<string, 4> items = {"blue", "green", "yellow"}
D) array<4> string items {"blue", "green", "yellow"}
E) None of these

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions