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
What is a structural principle?
How would you obtain the current time and difference between two times?
Is c is a middle level language?
What are the different types of C instructions?
Explain what is a 'locale'?
What are integer variable, floating-point variable and character variable?
What are the characteristics of arrays in c?
Are c and c++ the same?
What is this infamous null pointer, anyway?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What are lookup tables in c?
What are the keywords in c?
Differentiate between calloc and malloc.
What are different storage class specifiers in c?
Should a function contain a return statement if it does not return a value?