Saved Bookmarks
| 1. |
Distinguish between executable and non executable statement. give two example of statements in each category |
|
Answer» Nonexecutable statement. Programming command that is not run or executed when being read by the computer. A commonly usednonexecutable statement is a remark (REM) used in batch files and other Microsoft Windows and DOS programs. Below is a listing of other text used to remark, comment, or cause the line to be skipped. |
|