Answer Posted / vadivel t
Linker is a stage before loader. Linker is a person who is
responsible for linking the different object file and the
outcome will be a executable file. Loader is a person who
reads the content of the executable file and place it into
memory. This code shall be executed when the operating
system control is coming to the loaded program.
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
Differentiate between a for loop and a while loop? What are it uses?
What is pointer in c?
Is there a way to switch on strings?
What are keywords c?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Why we use conio h in c?
What is a buffer in c?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Explain about C function prototype?
Can we add pointers together?
In c programming language, how many parameters can be passed to a function ?
Write a program to swap two numbers without using third variable?
What are the advantages of using macro in c language?
Why does the call char scanf work?