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 is the process to create increment and decrement stamen in c?
ATM machine and railway reservation class/object diagram
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
Why main function is special give two reasons?
In c language can we compile a program without main() function?
Why do we use & in c?
What is the difference between scanf and fscanf?
What is gets() function?
Explain what is wrong with this statement? Myname = ?robin?;
can we store values and addresses in the same array? explain