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 |
How can you avoid including a header more than once?
Tell me when would you use a pointer to a function?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Write a program using bitwise operators to invert even bits of a given number.
Who developed c language?
What is the difference between volatile and const volatile?
What is a file descriptor in c?
what is pointer?
13 Answers HCL, TCS,
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
What is the best way to store flag values in a program?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
write a recursive program in'c'to find whether a given five digit number is a palindrome or not