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 |
difference between c and c++
convert 0.9375 to binary
What is a struct c#?
What is the use of clrscr?
Explain how can you avoid including a header more than once?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
What are the parts of c program?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What are compound statements?
How many types of errors are there in c language? Explain
who is the editor of 'pokemon'?
Explain how do you override a defined macro?