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 |
List some applications of c programming language?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is a pointer in c?
what is c
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
How do you determine if a string is a palindrome?
write a own function to compare two strings with out using stringcomparition function?
What is mean by data types in c?
can any one provide me the notes of data structure for ignou cs-62 paper
How do you convert strings to numbers in C?