How can we see the Expanded source code and compiled code
for our source program in C?
Answer Posted / 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 View All Answers
How many parameters should a function have?
Process by which one bit pattern in to another by bit wise operation is?
What is calloc in c?
What does %c do in c?
what are the facialities provided by you after the selection of the student.
What is atoi and atof in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
develop algorithms to add polynomials (i) in one variable
What does a pointer variable always consist of?
Where local variables are stored in c?
What is sizeof c?
What is meant by errors and debugging?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Explain how are portions of a program disabled in demo versions?
What is operator precedence?