adplus-dvertising
frame-decoration

Question

What does
#include stdio.h does in c language?

a.

It includes stdio.h into existing C program.

b.

#include increases the size of C program by including the specified file contents like functions, constants etc.

c.

#include includes specified file before compilation.

d.

All of the above

Answer: (d).All of the above

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What does #include stdio.h does in c language?