Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

can we execute the program with the object file

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


Please Help Members By Posting Answers For Below Questions

What is the scope of global variable in c?

1035


List the difference between a 'copy constructor' and a 'assignment operator' in C?

1138


How can I make sure that my program is the only one accessing a file?

1347


What is the auto keyword good for?

1230


What is realloc in c?

1166


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1578


what will be the output for the following main() { printf("hi" "hello"); }

11162


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1773


What is the main difference between calloc () and malloc ()?

1233


How do you write a program which produces its own source code as output?

1174


What is equivalent to ++i+++j?

1146


What is the purpose of & in scanf?

1120


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

2344


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

1245


What is LINKED LIST? How can you access the last element in a linked list?

1113