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
What is the maximum length of an identifier?
can we have joblib in a proc ?
What is meant by high-order and low-order bytes?
What do you mean by a local block?
What is return type in c?
How can a program be made to print the name of a source file where an error occurs?
What are valid operations on pointers?
What is a pointer and how it is initialized?
What is n in c?
How to create struct variables?
How are strings stored in c?
What are the types of type specifiers?
What is meant by preprocessor in c?
What is 2c dna?
Why does everyone say not to use gets?