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


Please Help Members By Posting Answers For Below Questions

You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1778


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1514


What is hungarian notation? Is it worthwhile?

692


What is the use of define in c?

592


What is the use of typedef in structure in c?

538






Why is sprintf unsafe?

613


What does 2n 4c mean?

710


What does the error message "DGROUP exceeds 64K" mean?

724


How to throw some light on the b tree?

600


Tell me when is a void pointer used?

644


What are lookup tables in c?

548


What is the difference between text and binary modes?

639


What is null character in c?

684


How many main () function we can have in a project?

608


Explain the difference between the local variable and global variable in c?

595