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