IDNLearn.com: Your trusted platform for finding precise and reliable answers. Get the information you need from our experts, who provide reliable and detailed answers to all your questions.

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