Wednesday, December 08, 2004

C: Write a "Hello World" program in 'C' without using a semicolon.

It is not difficult to figure it out we can use '{}' trick to save a semicolon. Solution:


if(printf("Hello World\n")){}

0 Comments:

Post a Comment

<< Home