Home / C Programming / C Preprocessor :: Discussion

Discussion :: C Preprocessor

  1. In which stage the following code
    #include<stdio.h>
    gets replaced by the contents of the file stdio.h

  2. A.

     During Preprocessing

    B.

     During Execution

    C.

     During linking

    D.

     During Editing

    E.

     None of these

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Explanation Not Provided


Be The First To Comment