Sail E0 Webinar
Question

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


Options:
A .  During editing
B .  During linking
C .  During execution
D .  During preprocessing
Answer: Option D

The preprocessor replaces the line #include <stdio.h> with the system header file of 

that name. More precisely, the entire text of the file 'stdio.h' replaces the #include directive.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers