Skip to content
MathsGenie logo
Open app

Course home

  1. IGCSE
  2. Computer Science Edexcel
  3. Question bank

Data types and structures

EasyMedium
12345678910111213141516171819
Question 15

A retail system tracks checkout items using a program. A segment of the code is shown below:

DECLARE items[10] OF STRING
items[0] = "Milk"
items[1] = "Bread"

Identify the variable name of the data structure used in the code segment above.

[1]

Data types and structures Questions

  1. IGCSE
  2. /Computer Science
  3. /Data types and structures