My friend says it's possible to write a C program that will print "hello world" without IF/WHILE/FOR and without semicolons. After minimal research I told her it was not possible. Is it possible?
|
|
||||
| show 2 more comments |
|
I've been trying to find a "portable" way of stealing a semicolon from an include file. This works under Linux:
This causes the one Another trick that worked was to Both of these fall flat on FreeBSD because it uses private intermediate types (like It seems like it should be possible to steal a semicolon cleanly from an include file. Can anyone improve on my attempt? |
|||||
|
If your friend says "oh, you can't use switch either," then:
|
|||||||||||||||||||
|
|
I'm torn about whether to suggest this because it hinges on the exact wording of the question, but:
(if nothing else, perhaps it will stave off a followup "how do you print hello world without |
|||||||||||||
|
|
You could also workaround the limitation like
|
|||||
|
|
|
What about:
ain't C cool :) |
|||||
|
Easy. Note that C is case sensitive.
|
|||||||||||
|
catsome random C file and cut-and-paste the;. – Ben Jackson Nov 10 '10 at 18:48