Taking an example,differentiate b/w loader and linker ?
Answer / banavathvishnu
Loader comes into picture after it is build successfully
when u run the program, Loader loades the program in to
main memory and will execute.
Linker is one which links library files with the object
files.
Linker comes into picture at the build time of the program.
| Is This Answer Correct ? | 9 Yes | 4 No |
A stack can be implemented only using array?if not what is used?
Explain what is the difference between declaring a variable and defining a variable?
Are negative numbers true in c?
What is difference between constant pointer and constant variable?
how to make program without <> in library.
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
what is the stackpointer
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
write a c program to print "Welcome" without using semicolon in the whole program ??
Is int a keyword in c?