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 is difference between array and structure in c?
Write a program to swap two numbers without using third variable in c?
Is c still relevant?
How can I make it pause before closing the program output window?
What does the error message "DGROUP exceeds 64K" mean?
What is keyword in c?
What are the advantages of using linked list for tree construction?
Define Spanning-Tree Protocol (STP)
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
What is a string?
code for replace tabs with equivalent number of blanks
Is boolean a datatype in c?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is C language ?
C language questions for civil engineering