Difference between linking and loading?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is auto keyword in c?

0 Answers  


Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.

12 Answers   MIT, TCS,


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,


Is c easy to learn?

0 Answers  


Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child

10 Answers   IBM, Infosys,


write a program to create a sparse matrix using dynamic memory allocation.

0 Answers  


Why is this loop always executing once?

0 Answers  


What is the difference between array and linked list in c?

0 Answers  


Can you assign a different address to an array tag?

0 Answers  


How to find a missed value, if you want to store 100 values in a 99 sized array?

0 Answers   Honeywell, Zomato,


How do you define a string?

0 Answers  


why effort estimation is important?

1 Answers  


Categories