InterviewSolution
Saved Bookmarks
| 1. |
What is the major difference between structured English and Pseudo Code? |
|
Answer» Structured English is used to write the STRUCTURE of a program MODULE. It is a native English language. It USES the keywords of programming language. On the other hand, Pseudo CODE is more like a programming language WITHOUT the syntax of any specific language. |
|