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 extern storage class in c?
How do you do dynamic memory allocation in C applications?
What is the difference between break and continue?
Can you subtract pointers from each other? Why would you?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is const volatile variable in c?
Why are algorithms important in c program?
Is there any possibility to create customized header file with c programming language?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
How do you generate random numbers in C?
Explain what are compound statements?
What is a lvalue
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is meant by high-order and low-order bytes?
What is the purpose of void pointer?