In which stage the following code #include gets replaced by the contents of the file stdio.h
vishal garg
The line gets replace in compilation process. More specifically in pre processing stage.
During the phase of compilation when compiler proceed the preprocessor at starting of program then #include is replaced by it's text/content...........