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 |
how to find out the reverse number of a digit if it is input through the keyboard?
Array is an lvalue or not?
Does sprintf put null character?
By using C language input a date into it and if it is right?
how to find the binary of a number?
Write a program to check armstrong number in c?
What is the difference between test design and test case design?
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
Write a program in c to print * * * * * *******
Explain what are reserved words?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain