discuss the steps needed to get a program from source code to
executable in a system?



discuss the steps needed to get a program from source code to executable in a system? ..

Answer / vadivelt

1.Source and header files
- Preprocessing
- Compilation
Outcome of compilation process would be object file.

2.Object files
- Linking
Outcome of linking process would be executable image

3.Executable - Final image

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More C Interview Questions

Explain the advantages of using macro in c language?

0 Answers  


I want tcs placement papers of 2004-2009 , its urgent

6 Answers   TCS, Wipro,


what is the difference between postfix and prefix unary increment operators?

3 Answers  


Can we increase size of array in c?

0 Answers  


Explain what is a program flowchart and explain how does it help in writing a program?

0 Answers  


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


Explain how can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


write a c program to convert fahrenheit to celsius?

4 Answers   TCS,


What is time null in c?

0 Answers  


Can you explain the four storage classes in C?

0 Answers   TCS,


What is variable declaration and definition in c?

0 Answers  


What is bin sh c?

0 Answers  


Categories