printf() is a library function to send formatted output to the screen. In this program, printf() displays Hello, World! text on the screen.
printf() is a library function to send formatted output to the screen. In this program, printf() displays Hello, World! text on the screen.