C examples for Preprocessor:Preprocessor Operators
Use preprocessor directive called #include.
#include <stdio.h> int main()// ww w . j a v a 2 s. c om { printf("\nHaving fun with preprocessor directives\n"); }