INTERRUPT PROGRAMMING
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
.exe
|
|
source code
|
|
syntax
|
|
None of the above
|
Detailed explanation-1: -The compiler directly produces executable files from the main program, rather than object files.
Detailed explanation-2: -To answer your first question, no. An executable file typically does not contain pure machine code, but also contains various metadata to assist the operating system in locating the program’s dependencies (assuming the program is using external libraries) and also to contain various static data embedded within.
Detailed explanation-3: -Create / Edit : First of all, we need to create a C program for execution. Compile : After creating or editing source code we need to compile it by using compiler. Link : Object files are not executable file so in order to make executable file we use linker. More items