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 |
regarding pointers concept
How pointers are declared?
Differentiate between new and malloc(), delete and free() ?
Explain what does the format %10.2 mean when included in a printf statement?
What is memmove?
To what value do nonglobal variables default? 1) auto 2) register 3) static
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
. Explain the differences between fork() and exec() in C
What is the difference between strcpy() and memcpy() function in c programming?
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
What is formal argument?