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 |
What is volatile variable in c with example?
What is the advantage of c?
What does the message "warning: macro replacement within a string literal" mean?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
p*=(++q)++*--p when p=q=1 while(q<=6)
Does c have class?
YBJBU6
what is the difference between static variable and register variable?
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
an algorithem for the implementation of circular doubly linked list
How to draw the flowchart for structure programs?