Computer Science, asked by sadesh45, 6 months ago

In a Python program, a control statement: 
a) Manages the input and output of control characters.
b) Dictates what happens before the program starts and after it terminates.
c) Defines program-specific data structures.
d) Directs the order of execution of the statements in the program.​

Answers

Answered by AbbasMaths
11

Answer:

According to my concept , it should be option ( d) .

Remember , control statement means loops while conditional statements means if , else , etc.

so , It must be (d)

Follow me to get best solutions of your EVERY doubt

Answered by nilan751
2

Answer:

The answer is d)

Explanation:

Similar questions