/* * first.c */ #include int main() { printf("The First C Program\n"); return 0; } // first.c