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 |
What is a void pointer? When is a void pointer used?
What happens if header file is included twice?
what is the use of pointers
What is variable in c example?
what value is returned to operating system after program execution?
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
Why do we use main function?
Program to find larger of the two numbers without using if-else,while,for,switch
void main() { int i=5; printf("%d",i+++++i); }
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,