what are executable and non executable statements
Answers
Answered by
14
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.
Executable statements specify actions and form an execution sequence in an executable program
Executable statements specify actions and form an execution sequence in an executable program
Answered by
7
Executable and non-executable statement:
Executable statement:
An executable statement is a technical step in a high level authoritative programming language that calls for handling action by the computer, such as performing arithmetic, reading data from an external medium, making a decision, etc.
Non-executable statement:
Non-executable statement is commonly used in bunch files and other Microsoft Windows and DOS programs.
Hope it helped...
Similar questions