can we execute the program with the object file



can we execute the program with the object file..

Answer / madhumatee

no.coz object file are the file at the compile time which
are not linked to all required data and methods to run.
when they linked to requied methods and data then they
bcome executable files . nw v cn run this files

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

What is the process to create increment and decrement stamen in c?

0 Answers  


ATM machine and railway reservation class/object diagram

0 Answers   Zycus Infotech,


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

0 Answers  


program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.

3 Answers  


Why main function is special give two reasons?

0 Answers  


In c language can we compile a program without main() function?

0 Answers  


Why do we use & in c?

0 Answers  


What is the difference between scanf and fscanf?

0 Answers  


What is gets() function?

0 Answers  


Explain what is wrong with this statement? Myname = ?robin?;

0 Answers  


can we store values and addresses in the same array? explain

3 Answers   TCS,


Categories