vishal garg
In which stage the following code #include gets replaced by the contents of the file stdio.h
By vishal garg in OOP/OOD on Oct 10 2013
  • Nachiappan NK
    Jun, 2015 16

    The line gets replace in compilation process. More specifically in pre processing stage.

    • 1
  • Rahul Prajapat
    Jun, 2015 3

    During the phase of compilation when compiler proceed the preprocessor at starting of program then #include is replaced by it's text/content...........

    • 1
  • Pankaj  Kumar Choudhary
    Mar, 2015 21

    During the phase of compilation when compiler proceed the preprocessor at starting of program then #include is replaced by it's text/content...........

    • 1
  • vishal garg
    Oct, 2013 10


    During preprocessing

    Because
    The preprocessor replaces the line #include  with the system header file of that name. More precisely, the entire text of the file 'stdio.h' replaces the#include directive.

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS