Answer Posted / ashutosh
linker is used to attach the source code from library
content, and loader in the component of operatng system.with
the help loader source code load in the memory.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is a char c?
Is c still used?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
How many loops are there in c?
Can we assign integer value to char in c?
Is multithreading possible in c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What are the two types of functions in c?
#include
What are extern variables in c?
Why clrscr is used after variable declaration?
What is the size of a union variable?
What is structure and union in c?
why return type of main is not necessary in linux
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?