Computer Science, asked by alisha14375, 11 months ago

what is the use of #include in c language??​

Answers

Answered by Anonymous
1

Answer:

preprocessor directive

#include preprocessor directive is used to paste code of given file into current file. For example #include <stdio.h> : These directives tell the c processor to get stdio.h from System Libraries and add the text to the current source file. It is used include system-defined and user-defined header files.

Hope it helps,

plz mark as the brainliest

*puppy eyes*

Similar questions