#include <stdio.h> #include <stdlib.h> #define FORMAT "%s! C is cool!\n" int main() { printf(FORMAT,FORMAT); return 0; }