#include int hello() { printf("Hello C Programming Language 2025 Examples"); return 0; }