During preprocessing, the code #include gets replaced by the contents of the file stdio.h. Which is true?
Answer: B
Preprocessing enlarges and boosts the C programming language by replacing preprocessing directive #include with the content of the file stdio.h.