The execution of any C program is
a. Sequential
b. Parallel
c. Multi-threading
d. None of these
Answers
Answered by
10
a) Sequential.
The execution of a C program is[.C]
I hope it should help you.
Answered by
3
Explanation:
The execution of any C program is Sequential. The execution done on a C program goes from top to bottom and it is done step by step naturally. Statements or codes of the programs are written in a sequential manner to perform the specific activities and the execution also takes place sequentially which is commonly known as the Sequential control statement.
Similar questions