x

C program to print hello world without using semi colon

C program to print Hello World without using semi colon:

Below C program will print “Hello World” without using semi colon. This program displays hello world and then returns 11 ( the length of the string “hello world” )

Output:



Hello World



Like it? Please Spread the word!