/* * This is header */ #include /* This is not header */ int main() { // printf() displays the string inside quotation printf("Hello, World!"); return 0; }