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



can we execute the program with the object file..

Answer / 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

More C Interview Questions

Write a program to print all permutations of a given string.

0 Answers   JPMorgan Chase,


Write a simple program to find the size of different basic data types in C.

3 Answers  


how can u print a message without using any library function in c

1 Answers   NIIT,


Are the variables argc and argv are local to main?

0 Answers   TISL,


#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300,200,100

1 Answers  


Explain what is the difference between text files and binary files?

0 Answers  


Can we initialize extern variable in c?

0 Answers  


what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,


In a switch statement, explain what will happen if a break statement is omitted?

0 Answers  


What is .obj file in c?

0 Answers  


What is the use of structure padding in c?

0 Answers  


Why are algorithms important in c program?

0 Answers  


Categories