File inclusion là gì?

Phrase C

Trong C/C++ file inclusion là loại chỉ thị tiền xử lý (preprocessor directive) yêu cầu trình biên dịch (compiler) include một file trong chương trình mã nguồn (source code). Có hai loại file mà người dùng có thể đưa vào chương trình: (1) file header (header file) hoặc file standard (standard file): các file này chứa định nghĩa của các hàm được định nghĩa trước (pre-defined function) như printf (), scanf (), v.v. (2) các file do người dùng định nghĩa (user defined file)

Learning English Everyday