InterviewSolution
Saved Bookmarks
| 1. |
The program that is translated into machine language is called |
| Answer» In C++, after successful compilation of a prett program a .object file is created and in Java a .class file is created.Both the files can be said to contain instructions in Machine or low level language, i.e., Binary digits. | |