list the no of files created when c source file is compiled
Answer Posted / rakesh
.cpp/.c // code
.i //after pre-prossesor
.obj // object file
.bak
.exe
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
If you know then define #pragma?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What are header files in c?
What is pointer in c?
What is difference between array and pointer in c?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
How are variables declared in c?
Explain how can I convert a string to a number?
What is static and auto variables in c?
Explain b+ tree?
How is = symbol different from == symbol in c programming?
Explain how do you view the path?
Explain how many levels deep can include files be nested?
Explain how can a program be made to print the name of a source file where an error occurs?
What are the advantages of c language?