list the no of files created when c source file is compiled
Answer Posted / suman halder
a).i /* expanded source code generated by preprocessor */
b).asm /* code generated by the compiler */
c).obj /* code generated by the assembler */
d).bak
e).exe /* executable code generated after linking */
Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
List some of the static data structures in C?
How will you divide two numbers in a MACRO?
string reverse using recursion
explain what are pointers?
Explain main function in c?
What is the difference between pure virtual function and virtual function?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Explain 'bit masking'?
What is use of #include in c?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How do c compilers work?
praagnovation
Can you pass an entire structure to functions?
What is the benefit of using an enum rather than a #define constant?