list the no of files created when c source file is compiled
Answer Posted / viji
application file and
.obj file
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How many types of operator or there in c?
What is the difference between int main and void main in c?
What is the difference between typedef struct and struct?
What is the difference between printf and scanf )?
What is structure of c program?
What are reserved words?
What is the stack in c?
Explain what is the general form of a c program?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Do you have any idea how to compare array with pointer in c?
In c language can we compile a program without main() function?
What is meant by int main ()?
What is default value of global variable in c?
Explain how can you avoid including a header more than once?
What is auto keyword in c?