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 |
An array name contains base address of the array. Can we change the base address of the array?
a simple c program using 'for' loop to display the output 5 4 3 2 1
i want to know aptitude questions,technical questions
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
Why doesn't C have nested functions?
Which type of language is c?
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
i have a written test in tomorrow
write a c program in such a way that if we enter the today date the output should be next day's date.
Here is a neat trick for checking whether two strings are equal
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
Explain how can I manipulate strings of multibyte characters?