Edit Game
Arrayso!
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   5  Close
Given that char code[6], what is the third array element?
code[2]
Given that int y[10], the value enclosed in brackets is known as
array subscript
Given that double x[8], what is the last element?
x[7]
Given that char grades[5], how many memory cells are allocated for data storage?
5
What is x[3]?
array