A routine usually part of the operation system that loads a program into memory prior to execution
a) linker
b) loader
c) preprocessor
d) compiler
No Answer is Posted For this Question
Be the First to Post Answer
Explain b+ tree?
Explain how can I convert a string to a number?
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
What are structure members?
Why c is known as a mother language?
What are volatile variables in c?
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
What is the difference between %d and %*d in C
discuss the steps needed to get a program from source code to executable in a system?
Explain what is #line used for?
find the minimum of three values inputted by the user