Learning C
Wednesday, December 30, 2009
Simple function to print hello world without a semi colon
This is a very simple program which is used to print "Hello World" without using a semi circle.
void main()
{
if(printf("Hello World")
{
/* Do nothing */
}
else
{
/* Do nothing */
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
About Me
Destination - spot!
Too many desires, too many dreams.
My sites:
!SHOCK!
C LINKS
Tax, Import, Export
General Blog
Try Flying
Diary
View my complete profile
Labels
Compiler Specific
(3)
Arrays
(2)
Links
(2)
programs
(2)
Basics
(1)
Interview
(1)
architecture
(1)
Search This Blog
analytics
Sitemeter
No comments:
Post a Comment