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 can I make sure that my program is the only one accessing a file?
What are categories used for in c?
Explain how can you avoid including a header more than once?
Explain 'far' and 'near' pointers in c.
i want to know the procedure of qualcomm for getting a job through offcampus
Why doesnt this code work?
Explain the properties of union.
What does c mean before a date?
while initialization of array why we use a[][2] why not a[2][]...?
What are the types of type qualifiers in c?
What does it mean when a pointer is used in an if statement?
How can I discover how many arguments a function was actually called with?
write a program to display all prime numbers
What is void main ()?
What is the meaning of c in c language?