#include "hello.h" #include <stdio.h> void sayHello() { printf("Welcome to the C World!\n"); } int sum(int a,int b){ return (a+b); }