difference between loading and linking
Answer / madhumatee
Linker is a program that helps to link various pieces of
code or data together to form a single executable file that
can be loaded into memory
Loader is a program that helps in copying the program image
from hard disk to main memory in order to put the program
in a ready to run state.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the use of getchar() function?
How do you sort filenames in a directory?
How to print "I Love My India" without using semi colon?
What are the types of c language?
shorting algorithmS
What is meant by recursion?
What will be the output of x++ + ++x?
what are the difference between ANSI C and Let Us c and Turbo C
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Explain the concept of "dangling pointers" in C.
What are the __date__ and __time__ preprocessor commands?
Which one would you prefer - a macro or a function?