At Westonci.ca, we connect you with experts who provide detailed answers to your most pressing questions. Start exploring now! Connect with a community of experts ready to provide precise solutions to your questions on our user-friendly Q&A platform. Get precise and detailed answers to your questions from a knowledgeable community of experts on our 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