Home › Forums › C Programming › with out semicolon › Reply To: with out semicolon
March 14, 2008 at 1:28 pm
#3357
Humayan
Participant
Hes another:
1 2 3 4 5 6 7 8 | #include <stdio.h><br /> void main()<br /> {<br /> if ( printf ( "Hello world!n") )<br /> {}<br /> if ( printf ( "This is a program with no semicolonsn" ) )<br /> {}<br /> } |
I think you could build an entire program this way. Have to think about this!