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
Why we write conio h in c?
What is the argument of a function in c?
What is strcmp in c?
Does c have an equivalent to pascals with statement?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is %s and %d in c?
Define and explain about ! Operator?
How do you print only part of a string?
how is the examination pattern?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Why & is used in c?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What are structure members?
Write a program to print “hello world” without using semicolon?