Answer Posted / 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 View All Answers
Is c procedural or functional?
What is pre-emptive data structure and explain it with example?
Is it possible to have a function as a parameter in another function?
What is the function of volatile in c language?
What is the difference between near, far and huge pointers?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Why do we use namespace feature?
Can you add pointers together? Why would you?
How can I change the size of the dynamically allocated array?
Can 'this' pointer by used in the constructor?
What are header files and explain what are its uses in c programming?
How do I read the arrow keys? What about function keys?
Are negative numbers true in c?
The statement, int(*x[]) () what does in indicate?
Is there a built-in function in C that can be used for sorting data?