Interesting C Programs
A Collection Of Weird and Interesting C Programs by Balaji
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:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Search Google
Get great free widgets at
Widgetbox
!
Books that I refer to...
The Complete Reference C, Fourth Edition
The C Programming Language
Some Useful Stuff for my reference
Files in C
Tutorial on Function Pointers
Understanding the system.map file
Using GNU's GDB
Site on PC Fundamentals
GNU-GCC Internals
GOOGLE, My All Time Favourite Search Engine
WIKIPEDIA
OPEN GROUP ONLINE PUBLICATIONS
No comments:
Post a Comment