discuss the steps needed to get a program from source code to
executable in a system?
Answer Posted / 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 View All Answers
What are bitwise shift operators in c programming?
i got 75% in all semester am i eligible for your company
Are there namespaces in c?
How can you pass an array to a function by value?
What is the difference between call by value and call by reference in c?
What is merge sort in c?
Why & is used in c?
What is && in c programming?
What are conditional operators in C?
Is it possible to pass an entire structure to functions?
Write a program to identify if a given binary tree is balanced or not.
c program to compute AREA under integral
What is s or c?
What is the process of writing the null pointer?
How can you determine the maximum value that a numeric variable can hold?