Macro Preprocessor C

#include 
#define FUN "Macro Substitutions"
int main(void)
{
  printf(FUN);
  return 0;
}