what are the stages of compilation
Answer / rajesh
There are three stages of compilation
1) Preprocesing
2) Compilation
3) linking
| Is This Answer Correct ? | 16 Yes | 3 No |
What is header file definition?
enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is static memory allocation? Explain
Explain what are the different data types in c?
what do you mean by defining a variable in our c code?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
What is the meaning of 2d in c?
What is the significance of scope resolution operator?
0 Answers Agilent, ZS Associates,
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?