InterviewSolution
Saved Bookmarks
| 1. |
A program can be written in simple english language? |
|
Answer» Any high-level language such as C++, JAVA can be written in simple English. However, there are SPECIFIC codes and instructions that are required to be added for the computer system to interpret it.These instructions are then converted into machine code by the compiler so that the computer understands what has to be done. |
|