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

Is using exit() the same as using return?

0 Answers  


main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }

1 Answers  


about c language

0 Answers  


How can you dynamically allocate memory in C?

2 Answers  


write the program for prime numbers?

73 Answers   Accenture, Aptech, Infosys, TCS,


Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


What is an example of enumeration?

1 Answers  


How can you tell whether two strings are the same?

0 Answers  


What are the primitive data types in c?

0 Answers  


to get a line of text and count the number of vowels in it

3 Answers   Satyam,


What is variable and explain rules to declare variable in c?

0 Answers  


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


Categories