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 |
Which is the memory area not included in C program? give the reason
Can i use Two or More Main Funtion in any C program.?
What is pass by value in c?
Convert the following expression to postfix and prefix (A+B) * (D-C)
Which driver is a pure java driver
define function
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
Can I pass constant values to functions which accept structure arguments?
Explain About fork()?
Explain the difference between null pointer and void pointer.