Top

Discussion

During preprocessing, the code #include gets replaced by the contents of the file stdio.h. Which is true?

  • A.During linking the code #include replaces by stdio.h
  • B.Yes
  • C.During execution the code #include replaces by stdio.h
  • D.During editing the code #include replaces by stdio.h

Answer: B

Preprocessing enlarges and boosts the C programming language by replacing preprocessing directive #include with the content of the file stdio.h.

No comment is present. Be the first to comment.
Loading…

Post your comment