At Westonci.ca, we make it easy to get the answers you need from a community of informed and experienced contributors. Connect with a community of professionals ready to provide precise solutions to your questions quickly and accurately. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

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