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 |
write a program to print sum of each row of a 2D array.
Output for following program using for loop only * * * * * * * * * * * * * * *
what are the facialities provided by you after the selection of the student.
Explain pointer. What are function pointers in C?
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Hai what is the different types of versions and their differences
How to develop software using "c" programming?
to find the closest pair
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
Explain what is meant by high-order and low-order bytes?
What is c programing language?