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
Explain how do I determine whether a character is numeric, alphabetic, and so on?
where are auto variables stored? What are the characteristics of an auto variable?
Explain how do you use a pointer to a function?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What are the types of operators in c?
Why void is used in c?
What is a lvalue
What is indirection?
What’s the special use of UNIONS?
What are the 5 types of inheritance in c ++?
Is r written in c?
What is the c value paradox and how is it explained?
What are near, far and huge pointers?
Explain what is the advantage of a random access file?
How does pointer work in c?