Monday, September 22, 2014

A C PROGRAM TO PRINT HELLO WORLD WITHOUT USING SEMICOLON

using if

main()
{
if(printf("Hello World")){
}}



using switch


main()
{
switch(printf("Hello World")){
}}



using while


main()
{
while(!printf("Hello World")){
}}


                                            TRY THIS

Related Post:

0 comments:

Post a Comment

 
Copyright 2009 Information Blog
Powered By Blogger