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 the scope of global variable in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
How can I make sure that my program is the only one accessing a file?
What is the auto keyword good for?
What is realloc in c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
what will be the output for the following main() { printf("hi" "hello"); }
#include
What is the main difference between calloc () and malloc ()?
How do you write a program which produces its own source code as output?
What is equivalent to ++i+++j?
What is the purpose of & in scanf?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is LINKED LIST? How can you access the last element in a linked list?