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...


How can we see the Expanded source code and compiled code
for our source program in C?



How can we see the Expanded source code and compiled code for our source program in C?..

Answer / rajesh jat

go to command prompt change the directory in which the
program exist and then type command
cpp programname.c
it will generate programname.i file
that's the expanded source code
//KEEP IT DIRTY

Is This Answer Correct ?    9 Yes 3 No

Post New Answer

More C Interview Questions

program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

0 Answers  


What is wrong in this statement? scanf(“%d”,whatnumber);

0 Answers  


we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?

2 Answers  


why we use "include" word before calling the header file. is there any special name for that include??????

1 Answers   TCS,


how to count no of words,characters,lines in a paragraph.

0 Answers  


Do variables need to be initialized?

0 Answers  


Are bit fields portable?

0 Answers   EXL,


What is the use of bit field?

0 Answers  


write a prgram of swapping with 2 valiables

6 Answers  


What is the difference between text and binary modes?

0 Answers  


Can you please explain the difference between syntax vs logical error?

0 Answers  


What do you mean by dynamic memory allocation in c?

0 Answers  


Categories