list the no of files created when c source file is compiled

Answer Posted / abhijeet kankani

Basically 4 files:

a).c (source code file)
b).obj(object file in which .i and .asm are also included)
c).exe
d).bak (backup)

Is This Answer Correct ?    48 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why clrscr is used after variable declaration?

1029


What is a header file?

627


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

576


Is return a keyword in c?

587


Why c language?

633






WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER

1453


What is pointer in c?

731


number of times a digit is present in a number

1533


What is the value of h?

579


What is a good data structure to use for storing lines of text?

580


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2324


write a program to find out prime number using sieve case?

1627


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

2378


Explain what is meant by high-order and low-order bytes?

625


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

712