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 static function in c?
How do I get an accurate error status return from system on ms-dos?
How can I ensure that integer arithmetic doesnt overflow?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
How can you find the exact size of a data type in c?
What are the types of c language?
Give the rules for variable declaration?
What is table lookup in c?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
When should you not use a type cast?
What is the difference between struct and typedef struct in c?
What is a good way to implement complex numbers in c?
Explain what are multidimensional arrays?
Explain low-order bytes.