Thursday, August 2, 2007

Interesting C Program -12

Can you write a simple "Hello World" Program that doesnot use semicolon?
Here is an implementation!!!


#include "stdio.h"
int main()
{
if(printf("Hello World")){}
}

No comments:

Search Google

Books that I refer to...

  • The Complete Reference C, Fourth Edition
  • The C Programming Language