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

How do I determine whether a character is numeric, alphabetic, and so on?

622


What is main return c?

519


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

1522


Write a program to print numbers from 1 to 100 without using loop in c?

642


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

1660






What is exit() function?

561


What is pointer & why it is used?

604


Difference between constant pointer and pointer to a constant.

613


Explain data types & how many data types supported by c?

586


Is there any possibility to create customized header file with c programming language?

626


What is array in c with example?

617


What is a null pointer in c?

597


Explain what is the concatenation operator?

628


What is the auto keyword good for?

628


What is the difference between scanf and fscanf?

664