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 |
What are the various types of control structures in programming?
Why is c called c?
Explain how can a program be made to print the line number where an error occurs?
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is printf () in c?
What is the difference between malloc calloc and realloc in c?
c programming of binary addition of two binary numbers
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Can we use any name in place of argv and argc as command line arguments?
what is the difference between getch() and getche()?