General C' Program: / General C Program For Beginners / #Include"Stdio.H" MAIN (Printf ("Hello ..How Are You") RETURN (0) )
This short C program prints a greeting message "HELLO .....HOW ARE YOU" using the printf function, and returns 0 to indicate successful execution to the operating system using the return function. It includes the standard input/output header file stdio.h needed for printf.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
39 views
General C' Program: / General C Program For Beginners / #Include"Stdio.H" MAIN (Printf ("Hello ..How Are You") RETURN (0) )
This short C program prints a greeting message "HELLO .....HOW ARE YOU" using the printf function, and returns 0 to indicate successful execution to the operating system using the return function. It includes the standard input/output header file stdio.h needed for printf.