what is the use of #include in c language??
Answers
Answered by
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