top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the functionality performed by the OS after executable file is created of your code.

+1 vote
364 views

What happens after you write “a.out” and press enter. What are the functionality performed by the OS after executable file is created of your code.

posted May 5, 2016 by anonymous
Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Program gets loaded in the memory/ram and OS hardly intervenes the execution unless program has HW interrupt (I/O) or system call(READ/WRITE) or software defined trap i.e. SIGNEL.

Steps of Executing a program
Compilation
Linking
Loading
Execution

answer May 10, 2016 by Salil Agrawal

Your answer

Preview

Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
...