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 |
Explain the advantages of using macro in c language?
I want tcs placement papers of 2004-2009 , its urgent
what is the difference between postfix and prefix unary increment operators?
Can we increase size of array in c?
Explain what is a program flowchart and explain how does it help in writing a program?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Explain how can I prevent another program from modifying part of a file that I am modifying?
write a c program to convert fahrenheit to celsius?
What is time null in c?
Can you explain the four storage classes in C?
What is variable declaration and definition in c?
What is bin sh c?