Answer Posted / 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 |
Post New Answer View All Answers
Write the syntax and purpose of a switch statement in C.
What is the use of bitwise operator?
Explain the ternary tree?
What is realloc in c?
What is the difference between break and continue?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
How do you list files in a directory?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is the use of clrscr?
Explain how do you use a pointer to a function?
Why string is used in c?
What are the different data types in C?
What are the different types of C instructions?
What are the advantage of c language?