difference between object file and executable file


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

Post New Answer

More C Interview Questions

What is pointer & why it is used?

0 Answers  


Can you mix old-style and new-style function syntax?

0 Answers  


Where does the name "C" come from, anyway?

0 Answers   Celstream,


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


WHO WROTE C LANGUAGE?

4 Answers  






What is the usage of the pointer in c?

0 Answers  


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


Explain how are portions of a program disabled in demo versions?

0 Answers  


Is the exit() function same as the return statement? Explain.

0 Answers   Agilent, ZS Associates,


difference between c and c++?

2 Answers  


What is derived datatype in c?

0 Answers  


what are the advantages of a macro over a function?

0 Answers   TCS,


Categories