Skip to main content

Print "hello world" without using semicolon.

This is code is very necessary for you , if you think you are a programmer. Every programmer start there programming life with "HELLO WORLD" code. Everyone write ''HELLO WORLD''  code with semicolon  but i try to do something different . New let see how to write a '' HELLO WORLD ''code with out semicolon.

#include<stdio.h>void main(){    while(!printf("Hello world")){    }}


hello-world-1333103_960_720

Comments