Which of the following is a compiler directives?

Which of the following is a compiler directives?

مندرجہ ذیل میں سے کون سا مرتب ہدایت ہے؟
Explanation

#include <stdio.h> is a compiler directive used to include the standard input-output library before compilation.

It tells the compiler to insert the contents of the specified file into the program.