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


Please Help Members By Posting Answers For Below Questions

What is malloc() function?

628


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

14934


What is the difference between single charater constant and string constant?

613


What is the purpose of the preprocessor directive error?

667


What is the difference between struct and typedef struct in c?

634






Explain what is the stack?

623


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2506


How can you find the exact size of a data type in c?

587


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

818


In a header file whether functions are declared or defined?

621


What is the Purpose of 'extern' keyword in a function declaration?

637


Who invented bcpl language?

694


How pointer is different from array?

567


What is the difference between typedef and #define?

529


What are the types of c language?

541