Hello World Program using Functions Get link Facebook X Pinterest Email Other Apps August 18, 2022 #includevoid hello(){ printf("Hello World"); } int main() { //Calling a function here hello(); return 0; } Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment