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 |
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
How to write a multi-statement macro?
Define C in your own Language.
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
How can I trap or ignore keyboard interrupts like control-c?
What is wrong with this statement? Myname = 'robin';
Is c is a low level language?
Explain the difference between call by value and call by reference in c language?
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,