A routine usually part of the operation system that loads a program into memory prior to execution

a) linker

b) loader

c) preprocessor

d) compiler


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

Post New Answer

More C Interview Questions

What would be an example of a structure analogous to structure c?

0 Answers  


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

0 Answers   ADP,


What is the difference between procedural and declarative language?

0 Answers  


What is cohesion in c?

0 Answers  


What is scanf_s in c?

0 Answers  


YBJBU6

1 Answers  


the operator for exponencation is a.** b.^ c.% d.not available

5 Answers   TCS,


What is the significance of an algorithm to C programming?

0 Answers  


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.

1 Answers  


how to swap 4 number without using temporary number?

2 Answers  


main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 Answers   ME,


Categories