C Program to print Hello World without the semicolon
In this tutorial, We are going to learn about C Program to print “Hello World” without the semicolon(;) We can print “Hello World” or anything else in the C program without using a semicolon. There are different ways to do the same: 1 Using if 2 Using switch 3 Using while loop 1: Using if… Read More »