What is sequential execution?
Answers
Answered by
1
Programs start by executing the first statement and continue by executing statements in sequence
Answered by
2
Sequential execution is the process in C programming which helps to execute the commands given in the program sequentially.
It happens when there has no command been given about looping.
If conditional statements like 'If', 'while', 'do while' are given, then the sequential execution of the program gets hindered, and the execution becomes conditional.
Similar questions
Political Science,
7 months ago
Biology,
7 months ago
Computer Science,
1 year ago
Sociology,
1 year ago