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

writw a program to insert an element in the begning of a doubly linked list

1 Answers  


Is there any demerits of using pointer?

0 Answers  


SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1

4 Answers  


What is size of union in c?

0 Answers  


what is the difference between #include<stdio.h> and #include"stdio.h" ?

6 Answers   TCS,






How would you write qsort?

1 Answers  


main is a predefined or user define function if user defined why? if predefined whay?

12 Answers   TCS,


What are integer variable, floating-point variable and character variable?

0 Answers  


Is main a keyword in c?

0 Answers  


What are the different types of endless loops?

0 Answers  


Explain what is a 'locale'?

0 Answers  


Do you know what is a programing language ?

0 Answers  


Categories