InterviewSolution
Saved Bookmarks
| 1. |
Write note on sequential statements? |
|
Answer» A sequential statement is composed of a sequence of statements which are executed one after another. A code to print your name, address and phone number is an example of sequential statement. |
|