list the no of files created when c source file is compiled
Answer Posted / khaja
.obj,.exe
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is the code in while loop that returns the output of given code?
How to declare pointer variables?
What are pointers? Why are they used?
I need a sort of an approximate strcmp routine?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is bss in c?
By using C language input a date into it and if it is right?
What are the 4 types of programming language?
What is function what are the types of function?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
How do I swap bytes?
Is c call by value?
difference between object file and executable file
What is the difference between fread buffer() and fwrite buffer()?
Can we compile a program without main() function?