Welcome to Westonci.ca, your go-to destination for finding answers to all your questions. Join our expert community today! Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

Which of the following is not a basic control structure.

Sagot :

Answer:  The answer is:

- Array

Array is a data structure, not a control structure

Explanation:

The basic control structures are:

1. Sequence

2. Selection (or Decision)

3. Repetition (or Loop)

4. Subprogram (or Function)

So, the answer is:

- Array

Array is a data structure, not a control structure.

Other options that are not basic control structures include:

- Variable

- Operator

- Expression

- Module