Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Explain continue keyword in c

1065


Who is the main contributor in designing the c language after dennis ritchie?

1053


How can I read a binary data file properly?

1247


What is the total generic pointer type?

1211


Write programs for String Reversal & Palindrome check

1138


Tell us something about keyword 'auto'.

1109


what is the structure pointer?

2180


What is d'n in c?

1176


What are the types of functions in c?

1036


Why does everyone say not to use gets?

1200


Function calling procedures? and their differences? Why should one go for Call by Reference?

1137


Which is better malloc or calloc?

1157


Are there namespaces in c?

1189


can any one provide me the notes of data structure for ignou cs-62 paper

2232


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

4258