Print "hello world" without using semicolon. - Star Coder BD

We Love To Eat Code

ads

Hot

Post Top Ad

Your Ad Spot

Sunday, August 27, 2017

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")){    }}








No comments:

Post a Comment

GCD and LCM easy calculation.

C Program to Find LCM of two Numbers Examples on different ways to calculate the LCM (Lowest Common Multiple) of two integers using loops...

Post Top Ad

Your Ad Spot