Which of the following statements in the C programming language is used to load libraries that hold the commands and functions used in your program?

Group of answer choices

use

#import

#include

package

1 answer

The correct statement used in the C programming language to load libraries that hold the commands and functions used in your program is:

#include

So, the answer is #include.