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 |
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is wrong in this statement? scanf(“%d”,whatnumber);
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
why we use "include" word before calling the header file. is there any special name for that include??????
how to count no of words,characters,lines in a paragraph.
Do variables need to be initialized?
Are bit fields portable?
What is the use of bit field?
write a prgram of swapping with 2 valiables
What is the difference between text and binary modes?
Can you please explain the difference between syntax vs logical error?
What do you mean by dynamic memory allocation in c?