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
What is a union?
What is ## preprocessor operator in c?
What is floating point constants?
What is the use of a conditional inclusion statement in C?
Explain how can I manipulate strings of multibyte characters?
What is string function in c?
What is variable initialization and why is it important?
Why c is a mother language?
What is variable in c example?
Differentiate between calloc and malloc.
What is calloc()?
What is #pragma statements?
What is 'bus error'?
How can I do serial ("comm") port I/O?
What is the use of header?