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

A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 Answers   Wipro,


What is a volatile keyword in c?

0 Answers  


What is a const pointer in c?

0 Answers  


what is the difference between malloc() and calloc() function?

1 Answers  


Define and explain about ! Operator?

0 Answers  






parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 Answers  


What is unsigned int in c?

0 Answers  


Hi can anyone tell what is a start up code?

0 Answers   CTS,


Is javascript written in c?

0 Answers  


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

0 Answers  


How to Throw some light on the splay trees?

0 Answers  


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


Categories